mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 12:24:38 +03:00
when generating Authentication-Results, put each method on a new line for better readability
This commit is contained in:
@ -19,7 +19,7 @@ func TestAuthResults(t *testing.T) {
|
||||
},
|
||||
}
|
||||
s := authRes.Header()
|
||||
const exp = "Authentication-Results: (xn--mx-lka.example) møx.example; dkim=pass\r\n\theader.d=møx.example (xn--mx-lka.example)\r\n"
|
||||
const exp = "Authentication-Results: (xn--mx-lka.example) møx.example;\r\n\tdkim=pass header.d=møx.example (xn--mx-lka.example)\r\n"
|
||||
if s != exp {
|
||||
t.Fatalf("got %q, expected %q", s, exp)
|
||||
}
|
||||
|
Reference in New Issue
Block a user