mirror of
https://github.com/usememos/memos.git
synced 2025-03-15 18:20:09 +01:00
chore: update logs
This commit is contained in:
parent
d67eaaaee2
commit
8893a302e2
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user