Fix misinformation in /status table

This commit is contained in:
Matthias
2019-12-29 19:51:47 +01:00
parent 47bb8ad0d4
commit df7ceb4ccb
3 changed files with 4 additions and 4 deletions

View File

@@ -113,7 +113,7 @@ def test_rpc_status_table(default_conf, ticker, fee, mocker) -> None:
rpc = RPC(freqtradebot)
freqtradebot.state = State.RUNNING
with pytest.raises(RPCException, match=r'.*no active order*'):
with pytest.raises(RPCException, match=r'.*no active trade*'):
rpc._rpc_status_table(default_conf['stake_currency'], 'USD')
freqtradebot.create_trades()