You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert_match(/Failed enqueuing EnqueueErrorJob to EnqueueError\(default\): ActiveJob::EnqueueError \(There was an error enqueuing the job\)/,@logger.messages)
253
+
end
254
+
255
+
deftest_enqueue_at_log_when_enqueue_error_is_set
256
+
EnqueueErrorJob.disable_test_adapter
257
+
258
+
EnqueueErrorJob.set(wait: 1.hour).perform_later
259
+
assert_match(/Failed enqueuing EnqueueErrorJob to EnqueueError\(default\): ActiveJob::EnqueueError \(There was an error enqueuing the job\)/,@logger.messages)
0 commit comments