diff options
Diffstat (limited to 'tests/helper.py')
-rw-r--r-- | tests/helper.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/helper.py b/tests/helper.py index 935e060..a2f8a22 100644 --- a/tests/helper.py +++ b/tests/helper.py | |||
@@ -45,6 +45,7 @@ class WebMockTestCase(unittest.TestCase): | |||
45 | worker_tag="", | 45 | worker_tag="", |
46 | worker_notify=None, | 46 | worker_notify=None, |
47 | worker_started=False, | 47 | worker_started=False, |
48 | poll_started_at=None, | ||
48 | callback=None), | 49 | callback=None), |
49 | mock.patch.multiple(portfolio.Computation, | 50 | mock.patch.multiple(portfolio.Computation, |
50 | computations=portfolio.Computation.computations), | 51 | computations=portfolio.Computation.computations), |