We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a28f5 commit b7895f2Copy full SHA for b7895f2
src/python_testing/TestConformanceTest.py
@@ -245,7 +245,6 @@ async def test_macl_restrictions(self):
245
246
nim_id = self._get_device_type_id('network infrastructure manager')
247
root_node_id = self._get_device_type_id('root node')
248
- on_off_id = self._get_device_type_id('On/Off Light')
249
250
root = self._create_minimal_dt(device_type_id=root_node_id)
251
nim = self._create_minimal_dt(device_type_id=nim_id)
0 commit comments