diff --git a/internal/smtpd/smtpd_test.go b/internal/smtpd/smtpd_test.go index 3dc9a1c..df73dc0 100644 --- a/internal/smtpd/smtpd_test.go +++ b/internal/smtpd/smtpd_test.go @@ -535,7 +535,7 @@ func TestCmdSTARTTLSRequired(t *testing.T) { } func TestMakeHeaders(t *testing.T) { - now := time.Now().Format("Mon, _2 Jan 2006 15:04:05 -0700 (MST)") + now := time.Now().Format("Mon, 2 Jan 2006 15:04:05 -0700 (MST)") valid := "Received: from clientName (clientHost [clientIP])\r\n" + " by serverName (smtpd) with SMTP\r\n" + " for ; " +