diff options
author | George Claghorn <george@basecamp.com> | 2018-10-19 20:05:12 -0400 |
---|---|---|
committer | George Claghorn <george@basecamp.com> | 2018-10-19 20:05:12 -0400 |
commit | 6b41c48f8ea098943e3948812d147c80eb79dd94 (patch) | |
tree | e83a6b743ce4d9a1d6e475f2c6972873610a1bb1 /test/controllers/ingresses | |
parent | 96f8ca37fb47062e0cdc9e3a2765dfe58dcb6770 (diff) | |
download | rails-6b41c48f8ea098943e3948812d147c80eb79dd94.tar.gz rails-6b41c48f8ea098943e3948812d147c80eb79dd94.tar.bz2 rails-6b41c48f8ea098943e3948812d147c80eb79dd94.zip |
Update test
Diffstat (limited to 'test/controllers/ingresses')
-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 |