Fix spec
This commit is contained in:
parent
1b4fd63cf2
commit
1614eb8b0a
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ feature 'Pipelines for Merge Requests', js: true do
|
|||
given(:build_push_data) { { ref: 'feature', checkout_sha: TestEnv::BRANCH_SHA['feature'] } }
|
||||
|
||||
given(:merge_request_params) do
|
||||
{ "source_branch" => "feature", "source_project_id" => project.id,
|
||||
"target_branch" => "master", "target_project_id" => project.id, "title" => "A" }
|
||||
{ "source_branch" => "feature", "source_project_id" => project.id,
|
||||
"target_branch" => "master", "target_project_id" => project.id, "title" => "A" }
|
||||
end
|
||||
|
||||
background do
|
||||
|
|
Loading…
Reference in a new issue