Skip to content

Commit 3235458

Browse files
committed
Add default
1 parent a4dc9c5 commit 3235458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_TSTAT_4_2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def steps_TC_TSTAT_4_2(self) -> list[TestStep]:
244244

245245
@ async_test_body
246246
async def test_TC_TSTAT_4_2(self):
247-
endpoint = self.matter_test_config.endpoint
247+
endpoint = self.matter_test_config.endpoint if self.matter_test_config.endpoint is not None else 1
248248

249249
self.step("1")
250250
# Commission DUT - already done

0 commit comments

Comments
 (0)