summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/workers/check_gcp_project_billing_worker_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/workers/check_gcp_project_billing_worker_spec.rb b/spec/workers/check_gcp_project_billing_worker_spec.rb
index b1687cc95c6..83fdf719358 100644
--- a/spec/workers/check_gcp_project_billing_worker_spec.rb
+++ b/spec/workers/check_gcp_project_billing_worker_spec.rb
@@ -3,6 +3,7 @@ require 'spec_helper'
describe CheckGcpProjectBillingWorker do
describe '.perform' do
let(:token) { 'bogustoken' }
+
subject { described_class.new.perform('token_key') }
context 'when there is a token in redis' do