Skip to content

Commit

Permalink
Update src/python_testing/TC_OPCREDS_3_5.py
Browse files Browse the repository at this point in the history
Co-authored-by: C Freeman <[email protected]>
  • Loading branch information
gvargas-csa and cecille authored Nov 29, 2024
1 parent 597b3dc commit fe9e45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,7 @@ 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,
asserts.assert_in(rcac_original, trusted_root_certificates,
"RCAC should match one of the TrustedRootCertificates.")

self.step(4)
Expand Down

0 comments on commit fe9e45a

Please sign in to comment.