diff --git a/src/python_testing/TC_CGEN_2_5.py b/src/python_testing/TC_CGEN_2_5.py index 08a1d8a5870c1d..f588437fcfbffe 100644 --- a/src/python_testing/TC_CGEN_2_5.py +++ b/src/python_testing/TC_CGEN_2_5.py @@ -130,7 +130,7 @@ async def test_TC_CGEN_2_5(self): asserts.assert_equal( resp.errorCode, Clusters.GeneralCommissioning.Enums.CommissioningErrorEnum.kTCMinVersionNotMet, 'Incorrect error code' ) - await self.verify_tc_attributes(new_accepted_version, new_acknowledgements) + await self.verify_tc_attributes(0, 0) logging.info('Step 7 - TH sends SetTCAcknowledgements with no accepted terms at version 1') cmd = Clusters.GeneralCommissioning.Commands.SetTCAcknowledgements(1, 0) @@ -138,7 +138,7 @@ async def test_TC_CGEN_2_5(self): asserts.assert_equal( resp.errorCode, Clusters.GeneralCommissioning.Enums.CommissioningErrorEnum.kRequiredTCNotAccepted, 'Incorrect error code' ) - await self.verify_tc_attributes(new_accepted_version, new_acknowledgements) + await self.verify_tc_attributes(1, 0) logging.info('Step 8 - TH sends ArmFailSafe with ExpiryLengthSeconds set to 60') cmd = Clusters.GeneralCommissioning.Commands.ArmFailSafe(60)