summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 0670d67501a..f03231498a2 100644
--- a/spec/workers/send_pipeline_notification_worker_spec.rb
+++ b/spec/workers/send_pipeline_notification_worker_spec.rb
@@ -1,6 +1,6 @@
require 'spec_helper'
-describe SendPipelineNotificationWorker, services: true do
+describe SendPipelineNotificationWorker do
let(:pipeline) do
create(:ci_pipeline,
project: project,