Skip to content

Commit

Permalink
Merge pull request #44246 from SkipKayhil/fix-que-integration
Browse files Browse the repository at this point in the history
fix que integration in Active Job tests
  • Loading branch information
rafaelfranca committed Jan 24, 2022
2 parents be9d34b + ee5d18b commit 23ce9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activejob/test/adapters/que.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
require "support/que/inline"

ActiveJob::Base.queue_adapter = :que
Que.mode = :sync
Que.run_synchronously = true

0 comments on commit 23ce9a7

Please sign in to comment.