Commit 52ed5c93 authored by Maxime Orefice's avatar Maxime Orefice

Use get request instead of post

parent 87d8c6d3
......@@ -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