From 17c2831e6320794573362e2e7f7beb0dfefbfbea Mon Sep 17 00:00:00 2001 From: KrishnanPrash <140860868+KrishnanPrash@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:56:38 -0800 Subject: [PATCH] Update qa/L0_python_api/test_kserve.py Co-authored-by: GuanLuo <41310872+GuanLuo@users.noreply.github.com> --- qa/L0_python_api/test_kserve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/L0_python_api/test_kserve.py b/qa/L0_python_api/test_kserve.py index 805bb0d723..29b7c0cf3f 100644 --- a/qa/L0_python_api/test_kserve.py +++ b/qa/L0_python_api/test_kserve.py @@ -135,7 +135,7 @@ def test_correct_parameters(self): rf.remove_feature_group(correct_feature_group) - assert not (rf.has_feature(Feature.HEALTH) and rf.has_feature(Feature.METADATA)) + assert not rf.has_feature(Feature.HEALTH) and not rf.has_feature(Feature.METADATA) def test_wrong_rf_parameters(self): with pytest.raises(AttributeError):