Skip to content

Commit a4dc9c5

Browse files
committed
TC-TSTAT-4.2: Change to use endpoint from config
1 parent b0f5275 commit a4dc9c5

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.user_params.get("endpoint", 1)
247+
endpoint = self.matter_test_config.endpoint
248248

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

0 commit comments

Comments
 (0)