Skip to content

Commit

Permalink
fixed linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tleacmcsa committed Aug 29, 2024
1 parent 1d7c2fe commit 31623e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/python_testing/TC_ACL_2_11.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,12 @@ async def test_TC_ACL_2_11(self):
server_list = ret[endpoint][Clusters.Descriptor][Clusters.Descriptor.Attributes.ServerList]
for server in server_list:
cluster = Clusters.ClusterObjects.ALL_CLUSTERS[server]
attribute_data = await dev_ctrl.ReadAttribute(dut_node_id, [endpoint,
cluster.Attributes.GeneratedCommandList,
cluster.Attributes.AcceptedCommandList,
cluster.Attributes.AttributeList,
cluster.Attributes.FeatureMap,
cluster.Attributes.ClusterRevision])
await dev_ctrl.ReadAttribute(dut_node_id, [endpoint,
cluster.Attributes.GeneratedCommandList,
cluster.Attributes.AcceptedCommandList,
cluster.Attributes.AttributeList,
cluster.Attributes.FeatureMap,
cluster.Attributes.ClusterRevision])

self.step(6)
response = await self.send_single_cmd(cmd=Clusters.AccessControl.Commands.ReviewFabricRestrictions([care_struct]), endpoint=0)
Expand Down

0 comments on commit 31623e8

Please sign in to comment.