Skip to content

Commit

Permalink
TC-TSTAT-4.2: Change to use endpoint from config
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Sep 25, 2024
1 parent b0f5275 commit a4dc9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_TSTAT_4_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def steps_TC_TSTAT_4_2(self) -> list[TestStep]:

@ async_test_body
async def test_TC_TSTAT_4_2(self):
endpoint = self.user_params.get("endpoint", 1)
endpoint = self.matter_test_config.endpoint

self.step("1")
# Commission DUT - already done
Expand Down

0 comments on commit a4dc9c5

Please sign in to comment.