diff options
Diffstat (limited to 'internal/processing/polls/poll_test.go')
-rw-r--r-- | internal/processing/polls/poll_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/processing/polls/poll_test.go b/internal/processing/polls/poll_test.go index 15a1938a8..59e9aeb60 100644 --- a/internal/processing/polls/poll_test.go +++ b/internal/processing/polls/poll_test.go @@ -50,7 +50,7 @@ func (suite *PollTestSuite) SetupTest() { testrig.InitTestConfig() testrig.InitTestLog() suite.state.Caches.Init() - testrig.StartWorkers(&suite.state) + testrig.StartNoopWorkers(&suite.state) testrig.NewTestDB(&suite.state) converter := typeutils.NewConverter(&suite.state) controller := testrig.NewTestTransportController(&suite.state, nil) |