summaryrefslogtreecommitdiff
path: root/spec/workers
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-10-17 18:03:42 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-10-17 18:04:54 +0800
commit0a11d53153d692f8c2b3c5125c5cd5e5042c08b3 (patch)
treed4ca1a35d41af68b4c0ff55859e962f37b61672e /spec/workers
parent776877c27deec6d44b1f95f16af5852653d8b946 (diff)
downloadgitlab-ce-0a11d53153d692f8c2b3c5125c5cd5e5042c08b3.tar.gz
Fix test failure due to bad rebase, feedback:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6342/diffs#note_17043090
Diffstat (limited to 'spec/workers')
-rw-r--r--spec/workers/send_pipeline_notification_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
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