fix(test): fix config loading test failure
This commit is contained in:
parent
b3574b64fb
commit
71ea41cb07
3 changed files with 9 additions and 1 deletions
|
@ -216,6 +216,8 @@ func TestLoadCfg(t *testing.T) {
|
|||
Align: "4",
|
||||
BgColor: "4",
|
||||
},
|
||||
AllowSetBg: true,
|
||||
AutoTheme: true,
|
||||
},
|
||||
},
|
||||
Db: &DbConfig{
|
||||
|
@ -282,6 +284,8 @@ func TestLoadCfg(t *testing.T) {
|
|||
Align: "4",
|
||||
BgColor: "4",
|
||||
},
|
||||
AllowSetBg: true,
|
||||
AutoTheme: true,
|
||||
},
|
||||
},
|
||||
Db: &DbConfig{
|
||||
|
@ -348,6 +352,8 @@ func TestLoadCfg(t *testing.T) {
|
|||
Align: "4",
|
||||
BgColor: "4",
|
||||
},
|
||||
AllowSetBg: true,
|
||||
AutoTheme: true,
|
||||
},
|
||||
},
|
||||
Db: &DbConfig{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue