fix up tests + automate with drone

This commit is contained in:
tsmethurst 2021-08-11 21:57:06 +02:00
commit 46d2f1aad5
5 changed files with 55 additions and 83 deletions

View file

@ -43,7 +43,7 @@ const ()
// SetupSuite sets some variables on the suite that we can use as consts (more or less) throughout
func (suite *PgClientStoreTestSuite) SetupSuite() {
suite.testClientID = "test-client-id"
suite.testClientID = "01FCVB74EW6YBYAEY7QG9CQQF6"
suite.testClientSecret = "test-client-secret"
suite.testClientDomain = "https://example.org"
suite.testClientUserID = "test-client-user-id"