From 8893a302e29c0d71b0fa6ce76da5bd13cd729a4a Mon Sep 17 00:00:00 2001 From: Steven Date: Sat, 6 Jan 2024 16:58:58 +0800 Subject: [PATCH] chore: update logs --- test/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.go b/test/test.go index 655ba0e8..9862fd23 100644 --- a/test/test.go +++ b/test/test.go @@ -27,7 +27,7 @@ func getUnusedPort() int { func GetTestingProfile(t *testing.T) *profile.Profile { if err := godotenv.Load(".env"); err != nil { - t.Fatal("failed to load .env file", err) + t.Log("failed to load .env file, but it's ok") } // Get a temporary directory for the test data.