Small updates to async_history_fetch

This commit is contained in:
Matthias
2021-09-11 08:18:32 +02:00
parent 4c4604f837
commit a5f90a409c
2 changed files with 2 additions and 2 deletions

View File

@@ -1568,7 +1568,7 @@ async def test__async_get_historic_ohlcv(default_conf, mocker, caplog, exchange_
# Monkey-patch async function
exchange._api_async.fetch_ohlcv = get_mock_coro(ohlcv)
pair = 'ETH/BTC'
pair = 'ETH/USDT'
res = await exchange._async_get_historic_ohlcv(pair, "5m",
1500000000000, is_new_pair=False)
# Call with very old timestamp - causes tons of requests