Skip to content

Commit 220285f

Browse files
committed
Fix test
1 parent 0f759e0 commit 220285f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/mailer/sender/message_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func TestToMessage(t *testing.T) {
7373
"Message-ID": "<autogen--6795364578871-69c000786adc60dc@localhost>",
7474
"MIME-Version": "1.0",
7575
"Subject": "Issue X Closed",
76-
76+
"To": "<[email protected]>",
7777
"X-Auto-Response-Suppress": "All",
7878
}, header)
7979

@@ -93,7 +93,7 @@ func TestToMessage(t *testing.T) {
9393
"Message-ID": "",
9494
"MIME-Version": "1.0",
9595
"Subject": "Issue X Closed",
96-
96+
"To": "<[email protected]>",
9797
"X-Auto-Response-Suppress": "All",
9898
"Auto-Submitted": "auto-generated",
9999
}, header)

0 commit comments

Comments
 (0)