Commit 5bdb9976 authored by Robert Speicher's avatar Robert Speicher

Remove invalid Namespace GraphQL type spec

parent ae2d851b
...@@ -5,7 +5,5 @@ require 'spec_helper' ...@@ -5,7 +5,5 @@ require 'spec_helper'
describe GitlabSchema.types['Namespace'] do describe GitlabSchema.types['Namespace'] do
it { expect(described_class.graphql_name).to eq('Namespace') } 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) } it { is_expected.to require_graphql_authorizations(:read_namespace) }
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