Skip to content

Commit

Permalink
Remove artifact that were only initially used to debug script locally
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson committed Aug 14, 2024
1 parent 502b0a7 commit 46c5df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python_testing/TC_ECOINFO_2_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async def test_TC_ECOINFO_2_2(self):

self.step("2c")
newly_added_endpoint = list(unique_endpoints_set)[0]
foo = await self.read_single_attribute_check_success(
await self.read_single_attribute_check_success(
dev_ctrl=dev_ctrl,
node_id=dut_node_id,
endpoint=newly_added_endpoint,
Expand All @@ -90,7 +90,7 @@ async def test_TC_ECOINFO_2_2(self):
fabric_filtered=False)

self.step("2d")
bar = await self.read_single_attribute_check_success(
await self.read_single_attribute_check_success(
dev_ctrl=dev_ctrl,
node_id=dut_node_id,
endpoint=newly_added_endpoint,
Expand Down

0 comments on commit 46c5df7

Please sign in to comment.