Merge pull request #3264 from freqtrade/api_improvements

Api improvements
This commit is contained in:
hroff-1902
2020-05-07 00:05:36 +03:00
committed by GitHub
4 changed files with 9 additions and 1 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']