Skip to content

Commit 2d63372

Browse files
committed
Fixed: Verification CurrentMode.
1 parent f5e8143 commit 2d63372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_LWM_1_2.py

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

8888
self.step(3)
8989
# Verify that the CurrentMode attribute has a valid value.
90-
mode = cluster_lwm_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)