Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-04-05 00:09:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-05 00:09:33 +0300
commit961ecc4cc2cc02e14ca577da55f1be174934e879 (patch)
treef3576d0b276fa8d73ed750186072006f4bd0c204 /spec/graphql/gitlab_schema_spec.rb
parentf095209fd6f7ee1053c77024808ff3f5fb378b71 (diff)
Add latest changes from gitlab-org/gitlab@master
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