chore: update logs

This commit is contained in:
Steven 2024-01-06 16:58:58 +08:00
parent d67eaaaee2
commit 8893a302e2

View file

@ -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.