mirror of
https://github.com/usememos/memos.git
synced 2024-12-26 07:01:17 +08:00
chore: update logs
This commit is contained in:
parent
d67eaaaee2
commit
8893a302e2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue