Skip to content

Commit 6ba493d

Browse files
committed
Fixed method call
1 parent a20ce5e commit 6ba493d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func sendTestMail(t *testing.T, config testConfig, timestamp int64) {
7171
if errors.As(err, &apiErr) {
7272
t.Fatalf("code: %s, message: %s, fault: %s", apiErr.ErrorCode(), apiErr.ErrorMessage(), apiErr.ErrorFault().String())
7373
} else {
74-
t.Fatalf(err.Error())
74+
t.Fatalf("%s", err.Error())
7575
}
7676
}
7777
}

0 commit comments

Comments
 (0)