diff --git a/src/api/mods_handler_test.go b/src/api/mods_handler_test.go index 977ff11c..adacc13c 100644 --- a/src/api/mods_handler_test.go +++ b/src/api/mods_handler_test.go @@ -25,7 +25,7 @@ func TestMain(m *testing.M) { err = godotenv.Load("../.env") if err != nil { - panic(err) + log.Println("WARN: wasn't able to load env: ", err) } // basic setup stuff