summaryrefslogtreecommitdiff
path: root/internal/oauth/clientstore_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/oauth/clientstore_test.go')
-rw-r--r--internal/oauth/clientstore_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/oauth/clientstore_test.go b/internal/oauth/clientstore_test.go
index fd3452405..b0a36487b 100644
--- a/internal/oauth/clientstore_test.go
+++ b/internal/oauth/clientstore_test.go
@@ -42,9 +42,9 @@ const ()
// SetupSuite sets some variables on the suite that we can use as consts (more or less) throughout
func (suite *PgClientStoreTestSuite) SetupSuite() {
suite.testClientID = "01FCVB74EW6YBYAEY7QG9CQQF6"
- suite.testClientSecret = "test-client-secret"
+ suite.testClientSecret = "4cc87402-259b-4a35-9485-2c8bf54f3763"
suite.testClientDomain = "https://example.org"
- suite.testClientUserID = "test-client-user-id"
+ suite.testClientUserID = "01FEGYXKVCDB731QF9MVFXA4F5"
}
// SetupTest creates a postgres connection and creates the oauth_clients table before each test