diff --git a/internal/handlers/common_test.go b/internal/handlers/common_test.go index 9e993c8..c3eb51a 100644 --- a/internal/handlers/common_test.go +++ b/internal/handlers/common_test.go @@ -202,5 +202,6 @@ func RunTests(m *testing.M) int { } func TestMain(m *testing.M) { + log.SetFlags(log.Ldate | log.Ltime | log.Lshortfile) os.Exit(RunTests(m)) }