We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b6ba2 commit 6644fbdCopy full SHA for 6644fbd
src/python_testing/TC_VALCC_4_2.py
@@ -125,7 +125,7 @@ async def test_TC_VALCC_4_2(self):
125
asserts.assert_true(remaining_duration_dut is NullValue, "RemainingDuration is not null")
126
127
self.step(11)
128
- await self.write_single_attribute(attributes.DefaultOpenDuration(originalDefaultOpenDuration))
+ await self.write_single_attribute(attributes.DefaultOpenDuration(originalDefaultOpenDuration), endpoint_id=endpoint)
129
130
131
if __name__ == "__main__":
0 commit comments