We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20ce5e commit 6ba493dCopy full SHA for 6ba493d
e2e/e2e_test.go
@@ -71,7 +71,7 @@ func sendTestMail(t *testing.T, config testConfig, timestamp int64) {
71
if errors.As(err, &apiErr) {
72
t.Fatalf("code: %s, message: %s, fault: %s", apiErr.ErrorCode(), apiErr.ErrorMessage(), apiErr.ErrorFault().String())
73
} else {
74
- t.Fatalf(err.Error())
+ t.Fatalf("%s", err.Error())
75
}
76
77
0 commit comments