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)
|
||||
}
|
||||
|
||||
suite.testAccount = >smodel.Account{
|
||||
|
||||
}
|
||||
suite.testAccount = >smodel.Account{}
|
||||
suite.testUser = >smodel.User{
|
||||
EncryptedPassword: string(encryptedPassword),
|
||||
Email: "user@localhost",
|
||||
|
|
Loading…
Reference in New Issue