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.rb10
1 files changed, 0 insertions, 10 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 f9276c86cdf..0a1d4a14ad0 100644
--- a/spec/workers/ssh_keys/expiring_soon_notification_worker_spec.rb
+++ b/spec/workers/ssh_keys/expiring_soon_notification_worker_spec.rb
@@ -35,16 +35,6 @@ RSpec.describe SshKeys::ExpiringSoonNotificationWorker, type: :worker do
perform_multiple(worker: worker)
end
end
-
- context 'when feature is not enabled' do
- before do
- stub_feature_flags(ssh_key_expiration_email_notification: false)
- end
-
- it 'does not update notified column' do
- expect { worker.perform }.not_to change { expiring_soon.reload.before_expiry_notification_delivered_at }
- end
- end
end
context 'when key has expired in the past' do