Skip to content

Commit

Permalink
chore(TC_ACE-1.5): fix errors using flake8 python linter
Browse files Browse the repository at this point in the history
  • Loading branch information
gvargas-csa committed Dec 13, 2023
1 parent b514445 commit 451df93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python_testing/TC_ACE_1_5.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async def read_descriptor_expect_unsupported_access(self, th):
@async_test_body
async def test_TC_ACE_1_5(self):
self.print_step(1, "Comissioning, already done ")
self.th1 = self.default_controller
self.th1 = self.default_controller

self.print_step(2, "TH1 opens the commissioning window on the DUT")
params = self.OpenCommissioningWindow()
Expand All @@ -96,7 +96,7 @@ async def test_TC_ACE_1_5(self):
filterType=ChipDeviceCtrl.DiscoveryFilterType.LONG_DISCRIMINATOR, filter=self.matter_test_config.discriminators[0])
logging.info('Commissioning complete done. Successful? {}, errorcode = {}'.format(errcode.is_success, errcode))
self.print_step(3, "TH2 commissions DUT using admin node ID N2")

self.print_step(4, "TH2 reads its fabric index from the Operational Credentials cluster CurrentFabricIndex attribute")
th2FabricIndex = await self.read_currentfabricindex_expected_success(self.th2)

Expand Down

0 comments on commit 451df93

Please sign in to comment.