Commit 01b1076b authored by Douwe Maan's avatar Douwe Maan

Apply suggestion to spec/graphql/types/query_type_spec.rb

parent 21779d00
......@@ -29,7 +29,7 @@ describe GitlabSchema.types['Query'] do
is_expected.to have_graphql_resolver(Resolvers::MetadataResolver)
end
it 'authorizes with log_in' do
it 'authorizes with read_instance_metadata' do
is_expected.to require_graphql_authorizations(:read_instance_metadata)
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment