diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/controllers/ingresses/mailgun/inbound_emails_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/controllers/ingresses/mailgun/inbound_emails_controller_test.rb b/test/controllers/ingresses/mailgun/inbound_emails_controller_test.rb index 873d0e81d8..35e8314618 100644 --- a/test/controllers/ingresses/mailgun/inbound_emails_controller_test.rb +++ b/test/controllers/ingresses/mailgun/inbound_emails_controller_test.rb @@ -14,7 +14,7 @@ class ActionMailbox::Ingresses::Mailgun::InboundEmailsControllerTest < ActionDis } end - assert_response :ok + assert_response :no_content inbound_email = ActionMailbox::InboundEmail.last assert_equal file_fixture("../files/welcome.eml").read, inbound_email.raw_email.download |