Commit dc073212 authored by LUKE BENNETT's avatar LUKE BENNETT

Resolve check_gcp_project_billing_worker_spec.rb

parent 50c19abd
......@@ -27,11 +27,7 @@ describe CheckGcpProjectBillingWorker do
expect(CheckGcpProjectBillingService).to receive_message_chain(:new, :execute).and_return([double])
expect(Gitlab::Redis::SharedState).to receive(:with).and_yield(redis_double)
<<<<<<< HEAD
expect(redis_double).to receive(:set).with(described_class.redis_shared_state_key_for(token), anything)
=======
expect(redis_double).to receive(:set).with(described_class.redis_shared_state_key_for(token), anything, anything)
>>>>>>> upstream/master
subject
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment