summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-08-04 21:44:19 +0900
committerShinya Maeda <shinya@gitlab.com>2017-08-04 21:44:19 +0900
commit1614eb8b0a9fb2d719e6af7fec13d76db7d99892 (patch)
tree467a9da805e52506238883cc151724ef11355326
parent1b4fd63cf26ae0f19ec7735fd56bc0df6ce07058 (diff)
downloadgitlab-ce-fix/sm/34547-cannot-connect-to-ci-server-error-messages.tar.gz
-rw-r--r--spec/features/merge_requests/pipelines_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/merge_requests/pipelines_spec.rb b/spec/features/merge_requests/pipelines_spec.rb
index 44b965d5e6a..347ce788b36 100644
--- a/spec/features/merge_requests/pipelines_spec.rb
+++ b/spec/features/merge_requests/pipelines_spec.rb
@@ -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