Skip to content
Snippets Groups Projects
Commit 01b1076b authored by Douwe Maan's avatar Douwe Maan
Browse files

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

parent 21779d00
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment