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
def get_stage_ajax(name)
get :stage_ajax, namespace_id: project.namespace,
project_id: project,
id: pipeline.id,
stage: name,
format: :json
project_id: project,
id: pipeline.id,
stage: name,
format: :json
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