Skip to content
Snippets Groups Projects
Verified Commit c00a17f6 authored by Matija Čupić's avatar Matija Čupić
Browse files

Add missing newline in CheckGcpProjectBillingWorker spec

parent 7f430a91
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -70,6 +70,7 @@ describe CheckGcpProjectBillingWorker do
before do
allow(described_class).to receive(:get_session_token).and_return('bogustoken')
allow_any_instance_of(described_class).to receive(:try_obtain_lease_for).and_return('randomuuid')
Gitlab::Redis::SharedState.with do |redis|
allow(redis).to receive(:set)
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment