From 32f1236fcd74a733eb04687fb4e61b40ab8eb9bb Mon Sep 17 00:00:00 2001 From: Jake Ororke Date: Tue, 22 Oct 2024 11:19:02 -0700 Subject: [PATCH] Update src/python_testing/TC_CADMIN_1_19.py Co-authored-by: C Freeman --- src/python_testing/TC_CADMIN_1_19.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python_testing/TC_CADMIN_1_19.py b/src/python_testing/TC_CADMIN_1_19.py index b35338f229df46..40dc829753eb86 100644 --- a/src/python_testing/TC_CADMIN_1_19.py +++ b/src/python_testing/TC_CADMIN_1_19.py @@ -154,7 +154,7 @@ async def test_TC_CADMIN_1_19(self): # TH reads the CommissionedFabrics attributes from the Node Operational Credentials cluster current_fabrics = await self.read_single_attribute_check_success(dev_ctrl=self.th1, fabric_filtered=False, endpoint=0, cluster=OC_cluster, attribute=OC_cluster.Attributes.SupportedFabrics) if current_fabrics != max_fabrics: - asserts.fail(f"Expected number of fabrics not correct, instead was {str(current_fabrics)}") + asserts.fail(f"Expected number of fabrics not correct, instead was {current_fabrics}") self.step(7) params = await self.OpenCommissioningWindow()