summaryrefslogtreecommitdiff
path: root/internal/oauth
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-20 19:08:17 +0100
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-20 19:08:17 +0100
commit044c0df42813697a0923e6de87ac8e2243d6025c (patch)
tree14a8a01729268efb879c114b7e54c0257b9b87c3 /internal/oauth
parenttidying up (diff)
downloadgotosocial-044c0df42813697a0923e6de87ac8e2243d6025c.tar.xz
go fmt
Diffstat (limited to 'internal/oauth')
-rw-r--r--internal/oauth/oauth_test.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/oauth/oauth_test.go b/internal/oauth/oauth_test.go
index 2e5be121b..9ee5ac9a8 100644
--- a/internal/oauth/oauth_test.go
+++ b/internal/oauth/oauth_test.go
@@ -36,9 +36,7 @@ func (suite *OauthTestSuite) SetupSuite() {
logrus.Panicf("error encrypting user pass: %s", err)
}
- suite.testAccount = &gtsmodel.Account{
-
- }
+ suite.testAccount = &gtsmodel.Account{}
suite.testUser = &gtsmodel.User{
EncryptedPassword: string(encryptedPassword),
Email: "user@localhost",