Merge branch 'mark-price-candles' of https://github.com/samgermain/freqtrade into mark-price-candles

This commit is contained in:
Sam Germain
2021-11-27 02:44:14 -06:00
19 changed files with 55 additions and 51 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):