diff --git a/scripts/py_matter_idl/matter_idl/test_supported_types.py b/scripts/py_matter_idl/matter_idl/test_supported_types.py index 70ea5d7ac7e62f..be40d73ceefcb5 100755 --- a/scripts/py_matter_idl/matter_idl/test_supported_types.py +++ b/scripts/py_matter_idl/matter_idl/test_supported_types.py @@ -74,7 +74,7 @@ def testAllTypesSupported(self): # handled as specific bitmaps "bitmap8", "bitmap16", "bitmap24", "bitmap32", "bitmap64", # handled as specific enums. Note that spec defines enumerations only for 8 and 16 - "enum8", "enum16" + "enum8", "enum16", # TODO: these may be bugs to fix "unknown"