config demo

This commit is contained in:
李子铭 2024-08-12 17:30:30 +08:00
parent a7d6a128aa
commit f8d245a06b
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ func TestLoad(t *testing.T) {
CookieKey: "k",
CookieValue: "2",
Timeout: time.Second * 10,
Config: config(),
},
}
if err := manage.Load(load); err != nil {