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 Mar 2, 2022
1 parent 28f8532 commit c59bf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activejob/test/adapters/que.rb
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 c59bf5e

Please sign in to comment.