mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-02 11:53:16 -06:00
update test with activities
This commit is contained in:
parent
978b4dd957
commit
1873ddd036
1 changed files with 2 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ type ProcessingStandardTestSuite struct {
|
|||
testMentions map[string]*gtsmodel.Mention
|
||||
testAutheds map[string]*oauth.Auth
|
||||
testBlocks map[string]*gtsmodel.Block
|
||||
testActivities map[string]testrig.ActivityWithSignature
|
||||
|
||||
sentHTTPRequests map[string][]byte
|
||||
|
||||
|
|
@ -92,6 +93,7 @@ func (suite *ProcessingStandardTestSuite) SetupSuite() {
|
|||
Account: suite.testAccounts["local_account_1"],
|
||||
},
|
||||
}
|
||||
suite.testActivities = testrig.NewTestActivities(suite.testAccounts)
|
||||
suite.testBlocks = testrig.NewTestBlocks()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue