mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 13:22:24 -06:00
drafting out test structs
This commit is contained in:
parent
ca69a4102b
commit
21ffcd98ec
6 changed files with 405 additions and 23 deletions
|
|
@ -148,7 +148,7 @@ func (suite *AccountCreateTestSuite) SetupSuite() {
|
|||
userID := args.Get(2).(string)
|
||||
l.Infof("received userID %+v", userID)
|
||||
}).Return(&models.Token{
|
||||
Code: "we're authorized now!",
|
||||
Access: "we're authorized now!",
|
||||
}, nil)
|
||||
|
||||
suite.mockStorage = &storage.MockStorage{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue