diff options
Diffstat (limited to 'internal/api/client/followrequest/followrequest_test.go')
-rw-r--r-- | internal/api/client/followrequest/followrequest_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/api/client/followrequest/followrequest_test.go b/internal/api/client/followrequest/followrequest_test.go index f9a14d261..44c9ef9ea 100644 --- a/internal/api/client/followrequest/followrequest_test.go +++ b/internal/api/client/followrequest/followrequest_test.go @@ -88,6 +88,8 @@ func (suite *FollowRequestStandardTestSuite) SetupTest() { suite.followRequestModule = followrequest.New(suite.processor).(*followrequest.Module) testrig.StandardDBSetup(suite.db, nil) testrig.StandardStorageSetup(suite.storage, "../../../../testrig/media") + + suite.NoError(suite.processor.Start()) } func (suite *FollowRequestStandardTestSuite) TearDownTest() { |