test: update test for new status table behavior

This commit is contained in:
Matthias
2025-11-23 08:18:51 +01:00
parent 0ce9149ddd
commit a4e6ac0c7f

View File

@@ -310,7 +310,7 @@ def test_rpc_status_table(default_conf, ticker, fee, mocker, time_machine) -> No
)
assert "now" == result[0][2]
assert "ETH/BTC" in result[0][1]
assert "nan%" == result[0][3]
assert "N/A" == result[0][3]
assert isnan(fiat_profit_sum)