Fix TestGetUsers().

This commit is contained in:
Gucheng Wang
2021-12-18 12:48:53 +08:00
parent 16cc64f08d
commit cb625b3fa2
3 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@ func init() {
var err error
isCloudIntranet, err = beego.AppConfig.Bool("isCloudIntranet")
if err != nil {
panic(err)
//panic(err)
}
}