Commit fa3a78d6 authored by Max Woolf's avatar Max Woolf

Fix failing tests in master caused by !33041

This commit reverts all changes to QueryTypeSpec
that didn't directly relate to the initial issue
parent fd05e5ef
...@@ -9,23 +9,18 @@ describe GitlabSchema.types['Query'] do ...@@ -9,23 +9,18 @@ describe GitlabSchema.types['Query'] do
it 'has the expected fields' do it 'has the expected fields' do
expected_fields = %i[ expected_fields = %i[
current_user project
design_management namespace
geoNode
group group
echo echo
instanceSecurityDashboard
metadata metadata
namespace current_user
project
projects
snippets snippets
design_management
user user
vulnerabilities
vulnerabilitiesCountByDayAndSeverity
] ]
expect(described_class).to have_graphql_fields(*expected_fields) expect(described_class).to have_graphql_fields(*expected_fields).at_least
end end
describe 'namespace field' do describe 'namespace field' do
......
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