summaryrefslogtreecommitdiff
path: root/spec/graphql/types/error_tracking/sentry_detailed_error_type_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/graphql/types/error_tracking/sentry_detailed_error_type_spec.rb')
-rw-r--r--spec/graphql/types/error_tracking/sentry_detailed_error_type_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/graphql/types/error_tracking/sentry_detailed_error_type_spec.rb b/spec/graphql/types/error_tracking/sentry_detailed_error_type_spec.rb
index 8723c212486..09746750adc 100644
--- a/spec/graphql/types/error_tracking/sentry_detailed_error_type_spec.rb
+++ b/spec/graphql/types/error_tracking/sentry_detailed_error_type_spec.rb
@@ -10,6 +10,7 @@ RSpec.describe GitlabSchema.types['SentryDetailedError'] do
it 'exposes the expected fields' do
expected_fields = %i[
id
+ integrated
sentryId
title
type