diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-05-15 12:07:19 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-05-15 12:07:19 +0000 |
commit | e6fed37d941271b897d37820fd3b571feab280b0 (patch) | |
tree | c81c9a7d38d6a8b0c1dc5f8ebb784fce68acb288 /spec/controllers | |
parent | 45a8c43afe8a17de19a92708b380b29b6ae04ce6 (diff) | |
download | gitlab-ce-e6fed37d941271b897d37820fd3b571feab280b0.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/controllers')
-rw-r--r-- | spec/controllers/graphql_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/graphql_controller_spec.rb b/spec/controllers/graphql_controller_spec.rb index 4bc7e11ec6b..92b228b6836 100644 --- a/spec/controllers/graphql_controller_spec.rb +++ b/spec/controllers/graphql_controller_spec.rb @@ -146,7 +146,7 @@ RSpec.describe GraphqlController, feature_category: :integrations do ]) end - it 'does not allow string as _json parameter' do + it 'does not allow string as _json parameter (a malformed multiplex query)' do post :execute, params: { _json: 'bad' } expect(response).to have_gitlab_http_status(:ok) |