From 4e281f31b0e0c1410264a99687983f2d309cdd00 Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Mon, 15 Mar 2021 23:05:24 +0100 Subject: whole buncha stuff --- internal/oauth/pgclientstore_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'internal/oauth/pgclientstore_test.go') 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 } -- cgit v1.2.3