Skip to content

Commit

Permalink
chore(TC_OPCREDS_3.5): restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
gvargas-csa committed Nov 29, 2024
1 parent 96d4117 commit 597b3dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/python_testing/TC_OPCREDS_3_5.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ async def test_TC_OPCREDS_3_5(self):
node_id=self.dut_node_id,
cluster=opcreds,
attribute=opcreds.Attributes.TrustedRootCertificates)
asserts.assert_equal(rcac_original not in trusted_root_certificates, False, "RCAC should match one of the TrustedRootCertificates.")
asserts.assert_equal(rcac_original not in trusted_root_certificates, False,
"RCAC should match one of the TrustedRootCertificates.")

self.step(4)
cmd = Clusters.GeneralCommissioning.Commands.ArmFailSafe(expiryLengthSeconds=900)
Expand Down

0 comments on commit 597b3dc

Please sign in to comment.