fix(server): fix config test
This commit is contained in:
parent
b54275771e
commit
f637781d4d
1 changed files with 4 additions and 0 deletions
|
@ -89,6 +89,8 @@ func TestLoadCfg(t *testing.T) {
|
|||
Align: "fixed",
|
||||
BgColor: "",
|
||||
},
|
||||
AllowSetBg: false,
|
||||
AutoTheme: true,
|
||||
},
|
||||
}
|
||||
|
||||
|
@ -153,6 +155,8 @@ func TestLoadCfg(t *testing.T) {
|
|||
Align: "fixed",
|
||||
BgColor: "",
|
||||
},
|
||||
AllowSetBg: false,
|
||||
AutoTheme: true,
|
||||
},
|
||||
},
|
||||
Db: &DbConfig{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue