Skip to content

Commit f4fa6fe

Browse files
committedFeb 21, 2025
Fixed: Verification CurrentMode.
1 parent 4d9e2ca commit f4fa6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/python_testing/TC_DISHM_1_2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ async def test_TC_DISHM_1_2(self):
8787

8888
self.step(3)
8989
# Verify that the CurrentMode attribute has a valid value.
90-
mode = cluster_dishm_mode.Attributes.CurrentMode
90+
mode = self.cluster.Attributes.CurrentMode
9191
await self.read_and_check_mode(endpoint=endpoint, mode=mode, supported_modes=supported_modes)
9292

9393

0 commit comments

Comments
 (0)