summaryrefslogtreecommitdiff
path: root/internal/oauth/pgclientstore_test.go
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-15 23:05:24 +0100
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-15 23:05:24 +0100
commit4e281f31b0e0c1410264a99687983f2d309cdd00 (patch)
tree13712ef6c55d7a71fa082fc01ed71013054ed217 /internal/oauth/pgclientstore_test.go
parentgo mod tidy (diff)
downloadgotosocial-4e281f31b0e0c1410264a99687983f2d309cdd00.tar.xz
whole buncha stuff
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
}