mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-15 22:43:01 -06:00
handle remote account deletion more systematically (#254)
This commit is contained in:
parent
9a53b1a8d1
commit
36a09dd0df
7 changed files with 212 additions and 13 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue