test(users): add e2e tests for preferences apis

This commit is contained in:
hexxa 2021-10-17 20:11:35 +08:00 committed by Hexxa
parent fbe8708718
commit 2497968b82
5 changed files with 68 additions and 3 deletions

View file

@ -46,7 +46,6 @@ type Quota struct {
type Preferences struct {
Bg *sitestore.BgConfig `json:"bg"`
BgURL string `json:"bgURL"`
CSSURL string `json:"cssURL"`
LanPackURL string `json:"lanPackURL"`
}