We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88088ab commit 7b2de55Copy full SHA for 7b2de55
src/python_testing/TC_EWATERHTR_2_1.py
@@ -93,7 +93,6 @@ async def test_TC_EWATERHTR_2_1(self):
93
self.step("4")
94
if em_supported:
95
value = await self.read_whm_attribute_expect_success(attribute="TankVolume")
96
- asserts.assert_greater_equal(value, 0, f"Unexpected TankVolume value - expected {value} >= 0")
97
else:
98
logging.info("Skipping step 4 as PIXIT.EWATERHTR.EM not supported")
99
0 commit comments