Merge branch 'develop' into feat/short

This commit is contained in:
Matthias
2021-11-23 07:35:26 +01:00
15 changed files with 45 additions and 34 deletions

View File

@@ -541,6 +541,8 @@ def test_api_show_config(botclient):
assert 'ask_strategy' in response
assert 'unfilledtimeout' in response
assert 'version' in response
assert 'api_version' in response
assert 1.1 <= response['api_version'] <= 1.2
def test_api_daily(botclient, mocker, ticker, fee, markets):