Readd ticker_interval to trade api response

This commit is contained in:
Matthias
2020-06-02 19:43:15 +02:00
parent 1a5dba9a79
commit 02fca141a0
2 changed files with 2 additions and 0 deletions

View File

@@ -323,6 +323,7 @@ def test_api_show_config(botclient, mocker):
assert 'dry_run' in rc.json
assert rc.json['exchange'] == 'bittrex'
assert rc.json['ticker_interval'] == '5m'
assert rc.json['timeframe'] == '5m'
assert rc.json['state'] == 'running'
assert not rc.json['trailing_stop']