Add information about bid and ask strategy to /showconfig

This commit is contained in:
Matthias
2020-06-05 20:31:40 +02:00
parent 5f9994c9ed
commit 8c32d691c7
3 changed files with 7 additions and 1 deletions

View File

@@ -325,6 +325,8 @@ def test_api_show_config(botclient, mocker):
assert rc.json['ticker_interval'] == '5m'
assert rc.json['state'] == 'running'
assert not rc.json['trailing_stop']
assert 'bid_strategy' in rc.json
assert 'ask_strategy' in rc.json
def test_api_daily(botclient, mocker, ticker, fee, markets):