Commit af129038 authored by Shinya Maeda's avatar Shinya Maeda

Fix sa

parent a513ae4a
......@@ -133,9 +133,7 @@ describe Projects::PipelineSchedulesController do
def go
put :update, namespace_id: project.namespace.to_param, project_id: project, id: pipeline_schedule.id,
schedule: {
description: 'a'
}
schedule: { description: 'a' }
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