Skip to content

Commit 43df27f

Browse files
authored
Update TC_CADMIN_1_11.py
Updated OpenbasicCommissioningWindow to update to using correct variables.
1 parent 481445d commit 43df27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_CADMIN_1_11.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async def OpenBasicCommissioningWindow(self, th, expectedErrCode) -> Commissioni
6363
ctx = asserts.assert_raises(ChipStackError)
6464
with ctx:
6565
await th.OpenBasicCommissioningWindow(
66-
nodeid=self.dut_node_id, timeout=self.timeout, iteration=10000, discriminator=self.discriminator, option=1)
66+
nodeid=self.dut_node_id, timeout=self.timeout)
6767
errcode = ctx.exception.chip_error
6868
logging.info('Commissioning complete done. Successful? {}, errorcode = {}'.format(errcode.is_success, errcode))
6969
asserts.assert_false(errcode.is_success, 'Commissioning complete did not error as expected')

0 commit comments

Comments
 (0)