chore: fix html escaping

This commit is contained in:
Steven
2023-12-17 23:37:00 +08:00
parent 770607f93f
commit 2c4b5d75b3
3 changed files with 6 additions and 18 deletions

View File

@@ -33,7 +33,6 @@ func GetTestingProfile(t *testing.T) *profile.Profile {
if driver == "sqlite" {
dsn = fmt.Sprintf("%s/memos_%s.db", dir, mode)
}
println("dsn", dsn, driver)
return &profile.Profile{
Mode: mode,
Port: port,