summaryrefslogtreecommitdiff
path: root/spec/workers/ssh_keys/expiring_soon_notification_worker_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/ssh_keys/expiring_soon_notification_worker_spec.rb')
-rw-r--r--spec/workers/ssh_keys/expiring_soon_notification_worker_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/workers/ssh_keys/expiring_soon_notification_worker_spec.rb b/spec/workers/ssh_keys/expiring_soon_notification_worker_spec.rb
index e907d035020..ed6701532a5 100644
--- a/spec/workers/ssh_keys/expiring_soon_notification_worker_spec.rb
+++ b/spec/workers/ssh_keys/expiring_soon_notification_worker_spec.rb
@@ -7,7 +7,6 @@ RSpec.describe SshKeys::ExpiringSoonNotificationWorker, type: :worker do
it 'uses a cronjob queue' do
expect(worker.sidekiq_options_hash).to include(
- 'queue' => 'cronjob:ssh_keys_expiring_soon_notification',
'queue_namespace' => :cronjob
)
end