diff --git a/test/flows/test_sequential.py b/test/flows/test_sequential.py index f9b0bc2ef..3276ad58a 100644 --- a/test/flows/test_sequential.py +++ b/test/flows/test_sequential.py @@ -344,7 +344,7 @@ class _Test0(Dummy): class _Test1(Dummy): gating_config_vars = {"Test.MetricIncrementer": ["DOESNT_MATCH_ANYTHING"]} - with pytest.raises(TypeError, match="is not a boolean"): + with pytest.raises(TypeError, match="is not a Boolean"): class _Test2(Dummy): gating_config_vars = {"Test.MetricIncrementer": ["BAD_GATING_VARIABLE"]}