Commit 8893a302 authored by Steven's avatar Steven

chore: update logs

parent d67eaaae
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment