From fe9e45a1a51ab8f47c13f31203c9dc738790d246 Mon Sep 17 00:00:00 2001 From: Gibran Vargas <131407127+gvargas-csa@users.noreply.github.com> Date: Fri, 29 Nov 2024 09:16:17 -0800 Subject: [PATCH] Update src/python_testing/TC_OPCREDS_3_5.py Co-authored-by: C Freeman --- src/python_testing/TC_OPCREDS_3_5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python_testing/TC_OPCREDS_3_5.py b/src/python_testing/TC_OPCREDS_3_5.py index 2a246646417b48..21c69629716dc6 100644 --- a/src/python_testing/TC_OPCREDS_3_5.py +++ b/src/python_testing/TC_OPCREDS_3_5.py @@ -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)