Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cbfc258

Browse files
committedJun 19, 2024·
Fixed more linting issues
1 parent bda833c commit cbfc258

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/python_testing/TC_IDM_2_2.py

-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ async def test_TC_IDM_2_2(self):
129129
read_request_7 = await self.default_controller.ReadAttribute(self.dut_node_id, [node_label_attr_all]) # [Clusters.BasicInformation]
130130
attributes = read_request_7[0]
131131
basic_information = attributes[basic_info_attr]
132-
data_version = basic_information[data_version_attr]
133132
asserts.assert_in(node_label_attr, basic_information, "NodeLabel not in BasicInformation")
134133
asserts.assert_in(data_version_attr, basic_information, "DataVersion not in BasicInformation")
135134
# The output from this command gets many more values from basic_info_attr compared to the first test -- get attribute list, expand test if needed

0 commit comments

Comments
 (0)
Please sign in to comment.