Skip to content

Commit 9097ce8

Browse files
committed
tests: add "from" and "to" headers to the test email
1 parent 4cd2486 commit 9097ce8

File tree

1 file changed

+2
-0
lines changed
  • test/kitchen/cookbooks/postfix-dovecot_test/files/default/tests/minitest/support

1 file changed

+2
-0
lines changed

test/kitchen/cookbooks/postfix-dovecot_test/files/default/tests/minitest/support/helpers.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ module PostfixDovecotTest
99
def send_test_mail(from, to)
1010

1111
msgstr = <<-EOM
12+
From: #{from}
13+
To: #{to}
1214
Subject: Some cool subject for testing
1315
1416
A blackhole email body.

0 commit comments

Comments
 (0)