Add some minor things to show_config

This commit is contained in:
Matthias
2020-05-05 21:19:35 +02:00
parent 1b448f57b9
commit e4023a6567
3 changed files with 6 additions and 0 deletions

View File

@@ -283,6 +283,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['state'] == 'running'
assert not rc.json['trailing_stop']