Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
zc2638 committed Feb 5, 2024
1 parent 47602b3 commit 94973af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/conf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func TestGetConfigLogs(t *testing.T) {
description string
expected string
}{
{"Default log config", `{"filename": "logs/casdoor.log", "maxdays":99999, "perm":"0770"}`},
{"Default log config", `{"filename": "logs/user.log", "maxdays":99999, "perm":"0770"}`},
}

err := beego.LoadAppConfig("ini", "app.conf")
Expand Down

0 comments on commit 94973af

Please sign in to comment.