summaryrefslogtreecommitdiff
path: root/internal/oauth/pgclientstore_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/oauth/pgclientstore_test.go')
-rw-r--r--internal/oauth/pgclientstore_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/oauth/pgclientstore_test.go b/internal/oauth/pgclientstore_test.go
index 3f8de064d..d6a76981f 100644
--- a/internal/oauth/pgclientstore_test.go
+++ b/internal/oauth/pgclientstore_test.go
@@ -13,10 +13,10 @@ import (
type PgClientStoreTestSuite struct {
suite.Suite
- conn *pg.DB
- testClientID string
- testClientSecret string
- testClientDomain string
+ conn *pg.DB
+ testClientID string
+ testClientSecret string
+ testClientDomain string
testClientUserID string
}