mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
handle remote account deletion more systematically (#254)
This commit is contained in:
@ -62,6 +62,7 @@ type ProcessingStandardTestSuite struct {
|
||||
testTags map[string]*gtsmodel.Tag
|
||||
testMentions map[string]*gtsmodel.Mention
|
||||
testAutheds map[string]*oauth.Auth
|
||||
testBlocks map[string]*gtsmodel.Block
|
||||
|
||||
processor processing.Processor
|
||||
}
|
||||
@ -83,6 +84,7 @@ func (suite *ProcessingStandardTestSuite) SetupSuite() {
|
||||
Account: suite.testAccounts["local_account_1"],
|
||||
},
|
||||
}
|
||||
suite.testBlocks = testrig.NewTestBlocks()
|
||||
}
|
||||
|
||||
func (suite *ProcessingStandardTestSuite) SetupTest() {
|
||||
|
Reference in New Issue
Block a user