summaryrefslogtreecommitdiff
path: root/spec/serializers/variable_entity_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/serializers/variable_entity_spec.rb')
-rw-r--r--spec/serializers/variable_entity_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/serializers/variable_entity_spec.rb b/spec/serializers/variable_entity_spec.rb
index effc0022633..10664ff66ec 100644
--- a/spec/serializers/variable_entity_spec.rb
+++ b/spec/serializers/variable_entity_spec.rb
@@ -8,7 +8,7 @@ describe VariableEntity do
subject { entity.as_json }
it 'contains required fields' do
- expect(subject).to include(:id, :key, :value, :protected)
+ expect(subject).to include(:id, :key, :value, :protected, :environment_scope)
end
end
end