Skip to content

Commit

Permalink
Update qa/L0_python_api/test_kserve.py
Browse files Browse the repository at this point in the history
Co-authored-by: GuanLuo <41310872+GuanLuo@users.noreply.github.com>
  • Loading branch information
KrishnanPrash and GuanLuo authored Dec 13, 2024
1 parent dae9159 commit 17c2831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/L0_python_api/test_kserve.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 17c2831

Please sign in to comment.