diff --git a/spec/graphql/types/namespace_type.rb b/spec/graphql/types/namespace_type.rb index 3aeea6ed6c768eee880156341232cfcb0c59ca43..c2b5712db837d363be685ffc151c440e2b29610e 100644 --- a/spec/graphql/types/namespace_type.rb +++ b/spec/graphql/types/namespace_type.rb @@ -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