Add api_version to botresponse

This commit is contained in:
Matthias
2021-11-23 07:06:53 +01:00
parent 0d082f7b17
commit b8cefd687e
3 changed files with 11 additions and 1 deletions

View File

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