ActionMailbox::IncinerationJobTest create test email without routing

Fixes #47020
This commit is contained in:
Jesse Johnson 2023-02-07 11:40:08 -08:00
parent 20bcd415d5
commit f4829b784a
No known key found for this signature in database
GPG Key ID: 0F84E402F7201216

@ -3,7 +3,7 @@
require "test_helper"
class ActionMailbox::IncinerationJobTest < ActiveJob::TestCase
setup { @inbound_email = receive_inbound_email_from_fixture("welcome.eml") }
setup { @inbound_email = create_inbound_email_from_fixture("welcome.eml") }
test "ignoring a missing inbound email" do
@inbound_email.destroy!