diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/features/projects/clusters/gcp_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/features/projects/clusters/gcp_spec.rb b/spec/features/projects/clusters/gcp_spec.rb index ad8c1ebc1f8..51bd09e88e0 100644 --- a/spec/features/projects/clusters/gcp_spec.rb +++ b/spec/features/projects/clusters/gcp_spec.rb @@ -22,6 +22,7 @@ feature 'Gcp Cluster', :js do context 'when user has a GCP project with billing enabled' do before do + allow(CheckGcpProjectBillingWorker).to receive(:perform_async) stub_google_project_billing_status end |