summaryrefslogtreecommitdiff
path: root/spec/graphql/gitlab_schema_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/graphql/gitlab_schema_spec.rb')
-rw-r--r--spec/graphql/gitlab_schema_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/graphql/gitlab_schema_spec.rb b/spec/graphql/gitlab_schema_spec.rb
index f8b56b6002a..50b210cdbca 100644
--- a/spec/graphql/gitlab_schema_spec.rb
+++ b/spec/graphql/gitlab_schema_spec.rb
@@ -10,8 +10,8 @@ describe GitlabSchema do
expect(field_instrumenters).to include(BatchLoader::GraphQL)
end
- it 'enables the preload instrumenter' do
- expect(field_instrumenters).to include(BatchLoader::GraphQL)
+ it 'enables the generic instrumenter' do
+ expect(field_instrumenters).to include(instance_of(::Gitlab::Graphql::GenericTracing))
end
it 'enables the authorization instrumenter' do