Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/propagate_integration_worker_spec.rb')
-rw-r--r--spec/workers/propagate_integration_worker_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/workers/propagate_integration_worker_spec.rb b/spec/workers/propagate_integration_worker_spec.rb
index 2461b30a2ed..902e3206d35 100644
--- a/spec/workers/propagate_integration_worker_spec.rb
+++ b/spec/workers/propagate_integration_worker_spec.rb
@@ -4,9 +4,10 @@ require 'spec_helper'
RSpec.describe PropagateIntegrationWorker do
describe '#perform' do
+ let(:project) { create(:project) }
let(:integration) do
Integrations::Pushover.create!(
- template: true,
+ project: project,
active: true,
device: 'MyDevice',
sound: 'mic',