diff --git a/src/python_testing/TC_AccessChecker.py b/src/python_testing/TC_AccessChecker.py index 0b8b25bf9a43aa..a4f5fc9ea681c5 100644 --- a/src/python_testing/TC_AccessChecker.py +++ b/src/python_testing/TC_AccessChecker.py @@ -162,7 +162,7 @@ async def _run_write_access_test_for_cluster_privilege(self, endpoint_id, cluste resp = await self.TH2.WriteAttribute(nodeid=self.dut_node_id, attributes=[(endpoint_id, attribute(val))]) if spec_requires == Clusters.AccessControl.Enums.AccessControlEntryPrivilegeEnum.kUnknownEnumValue: # not writeable - expect an unsupported write response - # Global vars currently return the wrong error code - see + # Global vars currently return the wrong error code - see #31448 ok = (is_global(attribute.attribute_id) and resp[0].Status == Status.UnsupportedAttribute) or resp[0].Status == Status.UnsupportedWrite if not ok: