Skip to content

Commit 66b152a

Browse files
authored
Quick fix - needs to be Active not Inactive - Update src/python_testing/TC_EWATERHTR_2_1.py
1 parent aae3b27 commit 66b152a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_EWATERHTR_2_1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ async def test_TC_EWATERHTR_2_1(self):
117117

118118
self.step("8")
119119
boost_state = await self.read_whm_attribute_expect_success(attribute="BoostState")
120-
asserts.assert_less_equal(boost_state, Clusters.WaterHeaterManagement.Enums.BoostStateEnum.kInactive,
120+
asserts.assert_less_equal(boost_state, Clusters.WaterHeaterManagement.Enums.BoostStateEnum.kActive,
121121
f"Unexpected BoostState value - expected {boost_state} should be BoostStateEnum (enum8) value in range 0x00 to 0x01")
122122

123123

0 commit comments

Comments
 (0)