Skip to content

Commit

Permalink
Fixed more linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
austina-csa committed Jun 19, 2024
1 parent bda833c commit cbfc258
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python_testing/TC_IDM_2_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ async def test_TC_IDM_2_2(self):
read_request_7 = await self.default_controller.ReadAttribute(self.dut_node_id, [node_label_attr_all]) # [Clusters.BasicInformation]
attributes = read_request_7[0]
basic_information = attributes[basic_info_attr]
data_version = basic_information[data_version_attr]
asserts.assert_in(node_label_attr, basic_information, "NodeLabel not in BasicInformation")
asserts.assert_in(data_version_attr, basic_information, "DataVersion not in BasicInformation")
# 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
Expand Down

0 comments on commit cbfc258

Please sign in to comment.