Skip to content

Commit

Permalink
Update src/python_testing/TC_CNET_1_4.py
Browse files Browse the repository at this point in the history
Co-authored-by: René Josefsen <[email protected]>
  • Loading branch information
DejinChen and ReneJosefsen authored Jul 18, 2024
1 parent 00be27b commit 54a8f19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/python_testing/TC_CNET_1_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ async def test_TC_CNET_1_4(self):

self.step(3)
cdesc = Clusters.Descriptor
aser = cdesc.Attributes.ServerList

server_list = await self.read_single_attribute_check_success(cluster=Clusters.Descriptor, attribute=aser, endpoint=0)
server_list = await self.read_single_attribute_check_success(cluster=cdesc, attribute=cdesc.Attributes.ServerList, endpoint=0)
if 49 not in server_list:
asserts.assert_true(False, "There is no Network Commissioning Cluster on endpoint 0")

Expand Down

0 comments on commit 54a8f19

Please sign in to comment.