Revert "Fix tests after merge"

This reverts commit edf8e39bc1.
This commit is contained in:
Matthias
2020-06-02 19:39:17 +02:00
parent edf8e39bc1
commit 1a5dba9a79
3 changed files with 7 additions and 1 deletions

View File

@@ -776,6 +776,7 @@ def test_to_json(default_conf, fee):
'min_rate': None,
'max_rate': None,
'strategy': None,
'ticker_interval': None,
'timeframe': None,
'exchange': 'bittrex',
}
@@ -837,6 +838,7 @@ def test_to_json(default_conf, fee):
'sell_reason': None,
'sell_order_status': None,
'strategy': None,
'ticker_interval': None,
'timeframe': None,
'exchange': 'bittrex',
}