Skip to content
Snippets Groups Projects
Unverified Commit 5bdb9976 authored by Robert Speicher's avatar Robert Speicher
Browse files

Remove invalid Namespace GraphQL type spec

parent ae2d851b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5,7 +5,5 @@ require 'spec_helper'
describe GitlabSchema.types['Namespace'] do
it { expect(described_class.graphql_name).to eq('Namespace') }
 
it { expect(described_class).to have_graphql_field(:projects) }
it { is_expected.to require_graphql_authorizations(:read_namespace) }
end
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