We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f759e0 commit 220285fCopy full SHA for 220285f
services/mailer/sender/message_test.go
@@ -73,7 +73,7 @@ func TestToMessage(t *testing.T) {
73
"Message-ID": "<autogen--6795364578871-69c000786adc60dc@localhost>",
74
"MIME-Version": "1.0",
75
"Subject": "Issue X Closed",
76
- "To": "a@b.com",
+ "To": "<a@b.com>",
77
"X-Auto-Response-Suppress": "All",
78
}, header)
79
@@ -93,7 +93,7 @@ func TestToMessage(t *testing.T) {
93
"Message-ID": "",
94
95
96
97
98
"Auto-Submitted": "auto-generated",
99
0 commit comments