From bc46eb2dfc772562c7197d5ac502c062c6a9aabe Mon Sep 17 00:00:00 2001 From: Mathieu Kardous Date: Mon, 13 May 2024 13:42:32 -0400 Subject: [PATCH] fix ci --- src/app/tests/suites/TestIcdManagementCluster.yaml | 2 +- src/python_testing/test_testing/test_TC_ICDM_2_1.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/tests/suites/TestIcdManagementCluster.yaml b/src/app/tests/suites/TestIcdManagementCluster.yaml index f7f207ab8df310..a3196835915b52 100644 --- a/src/app/tests/suites/TestIcdManagementCluster.yaml +++ b/src/app/tests/suites/TestIcdManagementCluster.yaml @@ -141,7 +141,7 @@ tests: response: constraints: type: bitmap32 - value: 0x110D + value: 0x111D - label: "Read UserActiveModeTriggerInstruction" command: "readAttribute" diff --git a/src/python_testing/test_testing/test_TC_ICDM_2_1.py b/src/python_testing/test_testing/test_TC_ICDM_2_1.py index 4f8371b39a3a5f..5069eb6ed9d0a7 100755 --- a/src/python_testing/test_testing/test_TC_ICDM_2_1.py +++ b/src/python_testing/test_testing/test_TC_ICDM_2_1.py @@ -18,12 +18,10 @@ import string import sys -import typing from dataclasses import dataclass import chip.clusters as Clusters from chip.clusters import Attribute -from chip.clusters.Types import NullValue from MockTestRunner import MockTestRunner c = Clusters.IcdManagement