aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2018-10-19 20:05:12 -0400
committerGeorge Claghorn <george@basecamp.com>2018-10-19 20:05:12 -0400
commit6b41c48f8ea098943e3948812d147c80eb79dd94 (patch)
treee83a6b743ce4d9a1d6e475f2c6972873610a1bb1 /test
parent96f8ca37fb47062e0cdc9e3a2765dfe58dcb6770 (diff)
downloadrails-6b41c48f8ea098943e3948812d147c80eb79dd94.tar.gz
rails-6b41c48f8ea098943e3948812d147c80eb79dd94.tar.bz2
rails-6b41c48f8ea098943e3948812d147c80eb79dd94.zip
Update test
Diffstat (limited to 'test')
-rw-r--r--test/controllers/ingresses/mailgun/inbound_emails_controller_test.rb2
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