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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_market.py b/tests/test_market.py
index e3482b8..e0cf70a 100644
--- a/tests/test_market.py
+++ b/tests/test_market.py
@@ -550,6 +550,7 @@ class MarketTest(WebMockTestCase):
550 mock.call.set("/cryptoportfolio/1/latest/type1", "payload1"), 550 mock.call.set("/cryptoportfolio/1/latest/type1", "payload1"),
551 mock.call.set("/cryptoportfolio/1/2018-03-24T00:00:00/type2", "payload2", ex=31*24*60*60), 551 mock.call.set("/cryptoportfolio/1/2018-03-24T00:00:00/type2", "payload2", ex=31*24*60*60),
552 mock.call.set("/cryptoportfolio/1/latest/type2", "payload2"), 552 mock.call.set("/cryptoportfolio/1/latest/type2", "payload2"),
553 mock.call.set("/cryptoportfolio/1/latest/date", "2018-03-24T00:00:00"),
553 ]) 554 ])
554 555
555 connect_mock.reset_mock() 556 connect_mock.reset_mock()