Skip to content

Commit

Permalink
Try to fix flaky test (2nd attempt)
Browse files Browse the repository at this point in the history
  • Loading branch information
skelz0r committed Apr 8, 2024
1 parent 5ae84fe commit b3ca726
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/jobs/deliver_authorization_request_webhook_job_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@
context 'when body is a json with a token_id key' do
let(:token_id) { 'token_id' }

before do
ActiveJob::Base.queue_adapter = :inline
end

let!(:body) do
{
token_id => token_id
Expand Down

0 comments on commit b3ca726

Please sign in to comment.