summaryrefslogtreecommitdiff
path: root/spec/graphql/types/error_tracking/sentry_error_collection_type_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/graphql/types/error_tracking/sentry_error_collection_type_spec.rb')
-rw-r--r--spec/graphql/types/error_tracking/sentry_error_collection_type_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/graphql/types/error_tracking/sentry_error_collection_type_spec.rb b/spec/graphql/types/error_tracking/sentry_error_collection_type_spec.rb
index 3de0a359c15..20ec31391d8 100644
--- a/spec/graphql/types/error_tracking/sentry_error_collection_type_spec.rb
+++ b/spec/graphql/types/error_tracking/sentry_error_collection_type_spec.rb
@@ -15,7 +15,7 @@ describe GitlabSchema.types['SentryErrorCollection'] do
error_stack_trace
]
- is_expected.to have_graphql_fields(*expected_fields)
+ expect(described_class).to have_graphql_fields(*expected_fields)
end
describe 'errors field' do