Commit 240e421c authored by Stan Hu's avatar Stan Hu

Merge branch 'mo-pipeline-controller-spec-test-report-fix-get-request' into 'master'

Use GET request instead of POST

See merge request gitlab-org/gitlab!24635
parents ea33a4ad 52ed5c93
......@@ -608,7 +608,7 @@ describe Projects::PipelinesController do
describe 'GET test_report.json' do
subject(:get_test_report_json) do
post :test_report, params: {
get :test_report, params: {
namespace_id: project.namespace,
project_id: project,
id: pipeline.id
......
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