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
it 'has the expected fields' do
expected_fields = %i[
current_user
design_management
geoNode
project
namespace
group
echo
instanceSecurityDashboard
metadata
namespace
project
projects
current_user
snippets
design_management
user
vulnerabilities
vulnerabilitiesCountByDayAndSeverity
]
expect(described_class).to have_graphql_fields(*expected_fields)
expect(described_class).to have_graphql_fields(*expected_fields).at_least
end
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