Commit a6866fbc authored by Matija Čupić's avatar Matija Čupić

Align elements of the hash literal parameter

parent f2dda0bd
...@@ -161,10 +161,10 @@ describe Projects::PipelinesController do ...@@ -161,10 +161,10 @@ describe Projects::PipelinesController do
def get_stage_ajax(name) def get_stage_ajax(name)
get :stage_ajax, namespace_id: project.namespace, get :stage_ajax, namespace_id: project.namespace,
project_id: project, project_id: project,
id: pipeline.id, id: pipeline.id,
stage: name, stage: name,
format: :json format: :json
end end
end end
......
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