Skip to content

Commit 7b33242

Browse files
committed
fixed tests according to failed tests on github
1 parent f546146 commit 7b33242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/exchange/test_exchange.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ def test_validate_required_startup_candles(default_conf, mocker, caplog):
10121012
ex._ft_has["ohlcv_has_history"] = False
10131013
with pytest.raises(
10141014
OperationalException,
1015-
match=r"This strategy requires 2500.*, " r"which is more than the amount.*",
1015+
match=r"This strategy requires 2500.*, " r"which is more than .* the amount",
10161016
):
10171017
ex.validate_required_startup_candles(2500, "5m")
10181018

0 commit comments

Comments
 (0)