Skip to content

Commit

Permalink
Restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and j-ororke committed Oct 17, 2024
1 parent 9bc9970 commit 5485403
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/python_testing/TC_CADMIN_1_3_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ async def test_TC_CADMIN_1_3(self):
filterType=ChipDeviceCtrl.DiscoveryFilterType.LONG_DISCRIMINATOR, filter=params2.randomDiscriminator)
except ChipStackError as e:
asserts.assert_equal(e.err, 0x0000007E,
"Expected to return Trying to add NOC for fabric that already exists")
"Expected to return Trying to add NOC for fabric that already exists")
"""
expected error:
[2024-10-08 11:57:43.144125][TEST][STDOUT][MatterTest] 10-08 11:57:42.777 INFO Device returned status 9 on receiving the NOC
Expand Down Expand Up @@ -359,5 +359,6 @@ async def test_TC_CADMIN_1_4(self):
removeFabricCmd = Clusters.OperationalCredentials.Commands.RemoveFabric(th2_idx[outer_key][inner_key][attribute_key])
await self.th1.SendCommand(nodeid=self.dut_node_id, endpoint=0, payload=removeFabricCmd)


if __name__ == "__main__":
default_matter_test_main()

0 comments on commit 5485403

Please sign in to comment.