A few more minor fixes

This commit is contained in:
Matthias
2024-05-12 17:58:28 +02:00
parent a9732c6195
commit 9d6e4ae67d
3 changed files with 3 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ def test_fetch_pairlist_timeout_keep_last_pairlist(mocker, rpl_config, caplog):
pairlist_url = rpl_config["pairlists"][0]["pairlist_url"]
pairs, _time_elapsed = remote_pairlist.fetch_pairlist()
assert log_has(f"Error: Was not able to fetch pairlist from: " f"{pairlist_url}", caplog)
assert log_has(f"Error: Was not able to fetch pairlist from: {pairlist_url}", caplog)
assert log_has("Keeping last fetched pairlist", caplog)
assert pairs == ["BTC/USDT", "ETH/USDT", "LTC/USDT"]