From 81ee2dd80bbbfc103fed03b87853214b73e645a1 Mon Sep 17 00:00:00 2001 From: redsummernight Date: Fri, 7 Feb 2025 01:32:31 -0500 Subject: [PATCH] Back to inline --- config/environments/test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/environments/test.rb b/config/environments/test.rb index 272f9be9449..ab3fa19c3dd 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -46,8 +46,8 @@ # ActionMailer::Base.deliveries array. config.action_mailer.delivery_method = :test - # Run jobs with an in-process thread pool. - config.active_job.queue_adapter = :async + # Inline ActiveJob when testing: + config.active_job.queue_adapter = :inline # Print deprecation notices to the stderr. config.active_support.deprecation = :stderr