diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/postfix_relayer_test.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/postfix_relayer_test.rb b/test/unit/postfix_relayer_test.rb index 9f5b78e216..f11ffb0518 100644 --- a/test/unit/postfix_relayer_test.rb +++ b/test/unit/postfix_relayer_test.rb @@ -20,7 +20,8 @@ module ActionMailbox assert_not result.failure? assert_requested :post, URL, body: file_fixture("welcome.eml").read, - basic_auth: [ "actionmailbox", INGRESS_PASSWORD ], headers: { "Content-Type" => "message/rfc822", "User-Agent" => "Postfix" } + basic_auth: [ "actionmailbox", INGRESS_PASSWORD ], + headers: { "Content-Type" => "message/rfc822", "User-Agent" => "Action Mailbox Postfix relayer" } end test "unsuccessfully relaying with invalid credentials" do |