Increase test range for api version test

This commit is contained in:
Matthias 2022-12-05 20:18:47 +01:00
parent 7c27eedda5
commit 72472587dd

View File

@ -588,7 +588,7 @@ def test_api_show_config(botclient):
assert 'unfilledtimeout' in response
assert 'version' in response
assert 'api_version' in response
assert 2.1 <= response['api_version'] <= 2.2
assert 2.1 <= response['api_version'] < 3.0
def test_api_daily(botclient, mocker, ticker, fee, markets):