mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 19:56:39 +00: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…
Reference in a new issue