summaryrefslogtreecommitdiff
path: root/spec/workers/cluster_wait_for_ingress_ip_address_worker_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/cluster_wait_for_ingress_ip_address_worker_spec.rb')
-rw-r--r--spec/workers/cluster_wait_for_ingress_ip_address_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/cluster_wait_for_ingress_ip_address_worker_spec.rb b/spec/workers/cluster_wait_for_ingress_ip_address_worker_spec.rb
index baa295984bf..2e2e9afd25a 100644
--- a/spec/workers/cluster_wait_for_ingress_ip_address_worker_spec.rb
+++ b/spec/workers/cluster_wait_for_ingress_ip_address_worker_spec.rb
@@ -22,7 +22,7 @@ describe ClusterWaitForIngressIpAddressWorker do
end
it 'finds the application and calls CheckIngressIpAddressService#execute' do
- worker.perform('ingress', 117, 2)
+ worker.perform('ingress', 117)
expect(service).to have_received(:execute)
end