aboutsummaryrefslogtreecommitdiff
path: root/tests/test_market.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_market.py')
-rw-r--r--tests/test_market.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_market.py b/tests/test_market.py
index 37c009b..0211638 100644
--- a/tests/test_market.py
+++ b/tests/test_market.py
@@ -890,7 +890,7 @@ class MarketTest(WebMockTestCase):
890 process.side_effect = Exception("bouh") 890 process.side_effect = Exception("bouh")
891 891
892 m.process(["some_action"], before=True) 892 m.process(["some_action"], before=True)
893 log_error.assert_called_with("market_process", exception=mock.ANY) 893 log_error.assert_called_with("market_process", exception=mock.ANY, message=mock.ANY)
894 store_report.assert_called_once() 894 store_report.assert_called_once()
895 895
896 896