Skip to content

Commit

Permalink
Add default
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Sep 25, 2024
1 parent a4dc9c5 commit 3235458
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.matter_test_config.endpoint
endpoint = self.matter_test_config.endpoint if self.matter_test_config.endpoint is not None else 1

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

0 comments on commit 3235458

Please sign in to comment.