Simplify band-aid code

This commit is contained in:
Matthias
2022-02-09 06:48:26 +01:00
parent 6191288ff9
commit 4e2f06fe9c
2 changed files with 4 additions and 11 deletions

View File

@@ -1193,7 +1193,7 @@ def test_api_pair_candles(botclient, ohlcv_history):
assert_response(rc)
assert (rc.json()['data'] ==
[['2017-11-26 08:50:00', 8.794e-05, 8.948e-05, 8.794e-05, 8.88e-05, 0.0877869,
None, 0, None, '', 1511686200000, None, None],
None, 0, None, None, 1511686200000, None, None],
['2017-11-26 08:55:00', 8.88e-05, 8.942e-05, 8.88e-05,
8.893e-05, 0.05874751, 8.886500000000001e-05, 1, 0.0, '2017-11-26 08:55:00',
1511686500000, 8.893e-05, None],