Increase bybit ohlcv_candle_limit to 1000 in tests

This commit is contained in:
Jan Smets
2023-08-08 12:28:28 +02:00
parent 1f23727ff7
commit ab156b6ad7

View File

@@ -26,7 +26,7 @@ async def test_bybit_fetch_funding_rate(default_conf, mocker):
api_mock = MagicMock()
api_mock.fetch_funding_rate_history = get_mock_coro(return_value=[])
exchange = get_patched_exchange(mocker, default_conf, id='bybit', api_mock=api_mock)
limit = 200
limit = 1000
# Test fetch_funding_rate_history (current data)
await exchange._fetch_funding_rate_history(
pair='BTC/USDT:USDT',