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()