Skip to content

Commit 02af38d

Browse files
committed
Remove errant test code
1 parent e45b3c9 commit 02af38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_WHM_2_1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class CommonCodes(Enum):
140140
asserts.assert_equal(ret.status, Status.Success,
141141
"Changing the mode to the current mode should be a no-op")
142142

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

0 commit comments

Comments
 (0)