Fix CheckGcpProjectBillingWorker spec
This commit is contained in:
parent
e52bae3b9e
commit
b8b2f5ffd7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ describe CheckGcpProjectBillingWorker do
|
|||
|
||||
context 'when there is a token in redis' do
|
||||
before do
|
||||
allow_any_instance_of(described_class).to receive(:get_session_token).and_return(token)
|
||||
allow(described_class).to receive(:get_session_token).and_return(token)
|
||||
end
|
||||
|
||||
context 'when there is no lease' do
|
||||
|
|
Loading…
Reference in a new issue