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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-03 21:10:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-03 21:10:05 +0300
commit0851c83c27613426f80d94fe74e9a7e8bc520fc0 (patch)
treea89c7f9c9c03dfabac2954a4c20c51add0475427 /spec/workers/propagate_integration_worker_spec.rb
parent31979cb3238a9993bd9834ff3cf4099f43257816 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/workers/propagate_integration_worker_spec.rb')
-rw-r--r--spec/workers/propagate_integration_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/propagate_integration_worker_spec.rb b/spec/workers/propagate_integration_worker_spec.rb
index a0fdd37b3c0..3fe76f14750 100644
--- a/spec/workers/propagate_integration_worker_spec.rb
+++ b/spec/workers/propagate_integration_worker_spec.rb
@@ -5,7 +5,7 @@ require 'spec_helper'
RSpec.describe PropagateIntegrationWorker do
describe '#perform' do
let(:integration) do
- PushoverService.create(
+ PushoverService.create!(
template: true,
active: true,
device: 'MyDevice',