Skip to content

Commit 7232fe5

Browse files
authored
Update src/python_testing/TC_RR_1_1.py
1 parent 338e4fa commit 7232fe5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/python_testing/TC_RR_1_1.py

-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ async def test_TC_RR_1_1(self):
164164
dev_ctrl, node_id=self.dut_node_id, endpoint=0,
165165
attribute=Clusters.OperationalCredentials.Attributes.Fabrics, fabricFiltered=False)
166166
current_fabric_index = await self.read_single_attribute_check_success(cluster=Clusters.OperationalCredentials, attribute=Clusters.OperationalCredentials.Attributes.CurrentFabricIndex)
167-
print(fabrics)
168167
for fabric in fabrics:
169168
if fabric.fabricIndex == current_fabric_index:
170169
continue

0 commit comments

Comments
 (0)