summaryrefslogtreecommitdiff
path: root/spec/graphql/types/subscription_type_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/graphql/types/subscription_type_spec.rb')
-rw-r--r--spec/graphql/types/subscription_type_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/graphql/types/subscription_type_spec.rb b/spec/graphql/types/subscription_type_spec.rb
index 860cbbf0c15..c23a14deaf3 100644
--- a/spec/graphql/types/subscription_type_spec.rb
+++ b/spec/graphql/types/subscription_type_spec.rb
@@ -8,9 +8,11 @@ RSpec.describe GitlabSchema.types['Subscription'] do
issuable_assignees_updated
issue_crm_contacts_updated
issuable_title_updated
+ issuable_description_updated
issuable_labels_updated
issuable_dates_updated
merge_request_reviewers_updated
+ merge_request_merge_status_updated
]
expect(described_class).to include_graphql_fields(*expected_fields)