Skip to content

Commit bbef51a

Browse files
Fixed discrepancy between script and test plan for pics in step 9e (#34734)
1 parent 999c1dd commit bbef51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_CC_10_1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ async def test_TC_CC_10_1(self):
502502
asserts.assert_equal(ColorLoopDirection, 1, "ColorLoopDirection is not 1")
503503

504504
self.step("9e")
505-
if self.pics_guard(self.check_pics("CC.S.C44.Rsp")):
505+
if self.pics_guard(self.check_pics("CC.S.F02")):
506506
ColorLoopTime = await self.read_single_attribute_check_success(cluster, attributes.ColorLoopTime)
507507
asserts.assert_equal(ColorLoopTime, 5, "ColorLoopTime is not 5")
508508

0 commit comments

Comments
 (0)