Skip to content

Commit 6644fbd

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

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
@@ -125,7 +125,7 @@ async def test_TC_VALCC_4_2(self):
125125
asserts.assert_true(remaining_duration_dut is NullValue, "RemainingDuration is not null")
126126

127127
self.step(11)
128-
await self.write_single_attribute(attributes.DefaultOpenDuration(originalDefaultOpenDuration))
128+
await self.write_single_attribute(attributes.DefaultOpenDuration(originalDefaultOpenDuration), endpoint_id=endpoint)
129129

130130

131131
if __name__ == "__main__":

0 commit comments

Comments
 (0)