From f2e7adca5efa63f4d09acbded71155473d273b9c Mon Sep 17 00:00:00 2001 From: Sebastian Diaz Date: Tue, 20 Feb 2024 10:50:40 +0100 Subject: [PATCH] Fix tests that depended on error message --- tests/apps/demultiplex/test_override_cycles_validator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/apps/demultiplex/test_override_cycles_validator.py b/tests/apps/demultiplex/test_override_cycles_validator.py index b976a7acda..357ed46d46 100644 --- a/tests/apps/demultiplex/test_override_cycles_validator.py +++ b/tests/apps/demultiplex/test_override_cycles_validator.py @@ -227,7 +227,7 @@ def test_validate_index2_cycles_incorrect_cycles( # WHEN validating the index 2 cycles with pytest.raises(OverrideCyclesError): override_cycles_validator._validate_index2_cycles() - assert "Incorrect index2 cycle" in caplog.text + assert "does not match with run cycle" in caplog.text @pytest.mark.parametrize(