diff options
Diffstat (limited to 'internal/oauth/clientstore_test.go')
-rw-r--r-- | internal/oauth/clientstore_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/oauth/clientstore_test.go b/internal/oauth/clientstore_test.go index b0a36487b..fc74f3ad1 100644 --- a/internal/oauth/clientstore_test.go +++ b/internal/oauth/clientstore_test.go @@ -49,6 +49,8 @@ func (suite *PgClientStoreTestSuite) SetupSuite() { // SetupTest creates a postgres connection and creates the oauth_clients table before each test func (suite *PgClientStoreTestSuite) SetupTest() { + testrig.InitTestLog() + testrig.InitTestConfig() suite.db = testrig.NewTestDB() testrig.StandardDBSetup(suite.db, nil) } |