We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9e2ca commit f4fa6feCopy full SHA for f4fa6fe
src/python_testing/TC_DISHM_1_2.py
@@ -87,7 +87,7 @@ async def test_TC_DISHM_1_2(self):
87
88
self.step(3)
89
# Verify that the CurrentMode attribute has a valid value.
90
- mode = cluster_dishm_mode.Attributes.CurrentMode
+ mode = self.cluster.Attributes.CurrentMode
91
await self.read_and_check_mode(endpoint=endpoint, mode=mode, supported_modes=supported_modes)
92
93
0 commit comments