Skip to content

Commit

Permalink
Merge pull request #1191 from sul-dlss/test-adapter
Browse files Browse the repository at this point in the history
Set the active_job test adapter
  • Loading branch information
jcoyne authored Jun 28, 2024
2 parents 333defb + 15ffdb7 commit c937b9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@

# Raise error when a before_action's only/except options reference missing actions
config.action_controller.raise_on_missing_callback_actions = true

config.active_job.queue_adapter = :test
end

0 comments on commit c937b9a

Please sign in to comment.