We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45b3c9 commit 02af38dCopy full SHA for 02af38d
src/python_testing/TC_WHM_2_1.py
@@ -140,7 +140,7 @@ class CommonCodes(Enum):
140
asserts.assert_equal(ret.status, Status.Success,
141
"Changing the mode to the current mode should be a no-op")
142
143
- if 1 or self.check_pics("WHM.S.M.CAN_TEST_MODE_FAILURE"):
+ if self.check_pics("WHM.S.M.CAN_TEST_MODE_FAILURE"):
144
asserts.assert_true(self.mode_fail in modes,
145
"The MODE_CHANGE_FAIL PIXIT value (%d) is not a supported mode" % (self.mode_fail))
146
self.step(5)
0 commit comments