summaryrefslogtreecommitdiff
path: root/internal/trans/trans_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/trans/trans_test.go')
-rw-r--r--internal/trans/trans_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/trans/trans_test.go b/internal/trans/trans_test.go
index 6554167b0..a6669f397 100644
--- a/internal/trans/trans_test.go
+++ b/internal/trans/trans_test.go
@@ -30,8 +30,9 @@ type TransTestSuite struct {
}
func (suite *TransTestSuite) SetupTest() {
- suite.db = testrig.NewTestDB()
testrig.InitTestLog()
+ testrig.InitTestConfig()
+ suite.db = testrig.NewTestDB()
testrig.StandardDBSetup(suite.db, nil)
}