mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-02-18 04:30:58 +01:00
go fmt
This commit is contained in:
parent
d0e6625d6e
commit
044c0df428
@ -36,9 +36,7 @@ func (suite *OauthTestSuite) SetupSuite() {
|
|||||||
logrus.Panicf("error encrypting user pass: %s", err)
|
logrus.Panicf("error encrypting user pass: %s", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
suite.testAccount = >smodel.Account{
|
suite.testAccount = >smodel.Account{}
|
||||||
|
|
||||||
}
|
|
||||||
suite.testUser = >smodel.User{
|
suite.testUser = >smodel.User{
|
||||||
EncryptedPassword: string(encryptedPassword),
|
EncryptedPassword: string(encryptedPassword),
|
||||||
Email: "user@localhost",
|
Email: "user@localhost",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user