Skip to content

Commit

Permalink
Remove errant test code
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterC1965 committed Sep 16, 2024
1 parent e45b3c9 commit 02af38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_WHM_2_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class CommonCodes(Enum):
asserts.assert_equal(ret.status, Status.Success,
"Changing the mode to the current mode should be a no-op")

if 1 or self.check_pics("WHM.S.M.CAN_TEST_MODE_FAILURE"):
if self.check_pics("WHM.S.M.CAN_TEST_MODE_FAILURE"):
asserts.assert_true(self.mode_fail in modes,
"The MODE_CHANGE_FAIL PIXIT value (%d) is not a supported mode" % (self.mode_fail))
self.step(5)
Expand Down

0 comments on commit 02af38d

Please sign in to comment.