mirror of
https://github.com/usememos/memos.git
synced 2025-04-02 20:10:45 +02: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 {
|
func GetTestingProfile(t *testing.T) *profile.Profile {
|
||||||
if err := godotenv.Load(".env"); err != nil {
|
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.
|
// Get a temporary directory for the test data.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user