Skip to content

Commit 97b6ba2

Browse files
Update src/python_testing/TC_VALCC_4_2.py
Co-authored-by: fesseha-eve <88329315+fessehaeve@users.noreply.github.com>
1 parent 88b1f8d commit 97b6ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_VALCC_4_2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async def test_TC_VALCC_4_2(self):
7777

7878
self.step("2b")
7979
defaultOpenDuration = 60
80-
await self.write_single_attribute(attributes.DefaultOpenDuration(defaultOpenDuration))
80+
await self.write_single_attribute(attributes.DefaultOpenDuration(defaultOpenDuration), endpoint_id=endpoint)
8181

8282
self.step(3)
8383
try:

0 commit comments

Comments
 (0)