diff options
author | 2021-03-15 23:05:24 +0100 | |
---|---|---|
committer | 2021-03-15 23:05:24 +0100 | |
commit | 4e281f31b0e0c1410264a99687983f2d309cdd00 (patch) | |
tree | 13712ef6c55d7a71fa082fc01ed71013054ed217 /internal/oauth/pgclientstore_test.go | |
parent | go mod tidy (diff) | |
download | gotosocial-4e281f31b0e0c1410264a99687983f2d309cdd00.tar.xz |
whole buncha stuff
Diffstat (limited to 'internal/oauth/pgclientstore_test.go')
-rw-r--r-- | internal/oauth/pgclientstore_test.go | 8 |
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 } |