fix(server): fix config test

This commit is contained in:
hexxa 2022-09-24 21:48:03 +08:00 committed by Hexxa
parent b54275771e
commit f637781d4d

View file

@ -89,6 +89,8 @@ func TestLoadCfg(t *testing.T) {
Align: "fixed", Align: "fixed",
BgColor: "", BgColor: "",
}, },
AllowSetBg: false,
AutoTheme: true,
}, },
} }
@ -153,6 +155,8 @@ func TestLoadCfg(t *testing.T) {
Align: "fixed", Align: "fixed",
BgColor: "", BgColor: "",
}, },
AllowSetBg: false,
AutoTheme: true,
}, },
}, },
Db: &DbConfig{ Db: &DbConfig{