From 5bdb9976d79e1a578b92cf3dfce2badac0c63955 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Wed, 24 Jul 2019 13:46:30 -0500 Subject: [PATCH] Remove invalid Namespace GraphQL type spec --- spec/graphql/types/namespace_type.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/graphql/types/namespace_type.rb b/spec/graphql/types/namespace_type.rb index 3aeea6ed6c7..c2b5712db83 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 -- GitLab