mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-05 22:03:17 -06:00
remove emailer from account processor again
This commit is contained in:
parent
1cc9742d63
commit
0fee68f5fe
2 changed files with 2 additions and 5 deletions
|
|
@ -87,7 +87,7 @@ func (suite *AccountStandardTestSuite) SetupTest() {
|
|||
suite.transportController = testrig.NewTestTransportController(suite.httpClient, suite.db)
|
||||
suite.federator = testrig.NewTestFederator(suite.db, suite.transportController, suite.storage)
|
||||
suite.emailSender = testrig.NewEmailSender("../../../web/template/")
|
||||
suite.accountProcessor = account.New(suite.db, suite.tc, suite.mediaHandler, suite.oauthServer, suite.fromClientAPIChan, suite.federator, suite.emailSender, suite.config)
|
||||
suite.accountProcessor = account.New(suite.db, suite.tc, suite.mediaHandler, suite.oauthServer, suite.fromClientAPIChan, suite.federator, suite.config)
|
||||
testrig.StandardDBSetup(suite.db, nil)
|
||||
testrig.StandardStorageSetup(suite.storage, "../../../testrig/media")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue