Add explicit test for to_json

This commit is contained in:
Matthias
2019-05-06 06:56:22 +02:00
parent 2b78f73fe5
commit 1a677c7441
2 changed files with 68 additions and 2 deletions

View File

@@ -47,7 +47,6 @@ def test_rpc_trade_status(default_conf, ticker, fee, markets, mocker) -> None:
freqtradebot.create_trade()
results = rpc._rpc_trade_status()
print(results[0])
assert {
'trade_id': 1,
'pair': 'ETH/BTC',