From eaaff6a16d1ae2190aaf7ffc538049d858524eee Mon Sep 17 00:00:00 2001 From: lpbeliveau-silabs <112982107+lpbeliveau-silabs@users.noreply.github.com> Date: Sun, 4 Aug 2024 10:18:15 -0400 Subject: [PATCH] Fixed discrepancy between script and test plan for pics in step 9e (#34734) --- src/python_testing/TC_CC_10_1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python_testing/TC_CC_10_1.py b/src/python_testing/TC_CC_10_1.py index 3f1e40278bb0c6..dee2dfad442485 100644 --- a/src/python_testing/TC_CC_10_1.py +++ b/src/python_testing/TC_CC_10_1.py @@ -502,7 +502,7 @@ async def test_TC_CC_10_1(self): asserts.assert_equal(ColorLoopDirection, 1, "ColorLoopDirection is not 1") self.step("9e") - if self.pics_guard(self.check_pics("CC.S.C44.Rsp")): + if self.pics_guard(self.check_pics("CC.S.F02")): ColorLoopTime = await self.read_single_attribute_check_success(cluster, attributes.ColorLoopTime) asserts.assert_equal(ColorLoopTime, 5, "ColorLoopTime is not 5")