From 0a11d53153d692f8c2b3c5125c5cd5e5042c08b3 Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin <godfat@godfat.org> Date: Mon, 17 Oct 2016 18:03:42 +0800 Subject: [PATCH] Fix test failure due to bad rebase, feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6342/diffs#note_17043090 --- spec/workers/send_pipeline_notification_worker_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/workers/send_pipeline_notification_worker_spec.rb b/spec/workers/send_pipeline_notification_worker_spec.rb index f03231498a2..8d358992c7c 100644 --- a/spec/workers/send_pipeline_notification_worker_spec.rb +++ b/spec/workers/send_pipeline_notification_worker_spec.rb @@ -5,7 +5,7 @@ describe SendPipelineNotificationWorker do create(:ci_pipeline, project: project, sha: project.commit('master').sha, - user: user, + user: pusher, status: status) end -- GitLab