We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b1f8d commit 97b6ba2Copy full SHA for 97b6ba2
src/python_testing/TC_VALCC_4_2.py
@@ -77,7 +77,7 @@ async def test_TC_VALCC_4_2(self):
77
78
self.step("2b")
79
defaultOpenDuration = 60
80
- await self.write_single_attribute(attributes.DefaultOpenDuration(defaultOpenDuration))
+ await self.write_single_attribute(attributes.DefaultOpenDuration(defaultOpenDuration), endpoint_id=endpoint)
81
82
self.step(3)
83
try:
0 commit comments