Skip to content

Commit

Permalink
Fix API for new test
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Dec 3, 2024
1 parent 6044ebc commit a654b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python_testing/TC_CADMIN_1_19.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ async def test_TC_CADMIN_1_19(self):
self.current_step_index = 4

self.step("4a")
params = await self.openCommissioningWindow(dev_ctrl=self.th1, timeout=self.max_window_duration, node_id=self.dut_node_id)
params = await self.open_commissioning_window(dev_ctrl=self.th1, timeout=self.max_window_duration, node_id=self.dut_node_id)

self.step("4b")
fids_ca_dir[fid] = self.certificate_authority_manager.NewCertificateAuthority()
Expand All @@ -128,7 +128,7 @@ async def test_TC_CADMIN_1_19(self):
asserts.assert_equal(current_fabrics, max_fabrics, "Expected number of fabrics not correct")

self.step(6)
params = await self.openCommissioningWindow(dev_ctrl=self.th1, node_id=self.dut_node_id)
params = await self.open_commissioning_window(dev_ctrl=self.th1, node_id=self.dut_node_id)

self.step(7)
# TH creates a controller on a new fabric and attempts to commission DUT_CE using that controller
Expand Down

0 comments on commit a654b8c

Please sign in to comment.