[bug] Fix status API / status web API being case sensitive (#481)

* make getStatus by id case-insensitive

* test get status case insensitive

* init config before log
This commit is contained in:
tobi
2022-04-24 14:24:43 +02:00
committed by GitHub
parent 9813a044c0
commit 0d05bf473b
5 changed files with 197 additions and 4 deletions

View File

@ -73,8 +73,8 @@ func (suite *UserStandardTestSuite) SetupSuite() {
}
func (suite *UserStandardTestSuite) SetupTest() {
testrig.InitTestLog()
testrig.InitTestConfig()
testrig.InitTestLog()
suite.db = testrig.NewTestDB()
suite.tc = testrig.NewTestTypeConverter(suite.db)