Skip to content

Commit

Permalink
Merge branch 'master' into fix_android_mdns_blocking_issue
Browse files Browse the repository at this point in the history
  • Loading branch information
joonhaengHeo authored Aug 14, 2024
2 parents 00fe3b1 + 6165b62 commit b77934f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_MCORE_FS_1_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class TC_MCORE_FS_1_1(MatterBaseTest):
async def setup_class(self):
super().setup_class()
# TODO: confirm whether we can open processes like this on the TH
app = self.matter_test_config.user_params.get("th_server_app_path", None)
app = self.user_params.get("th_server_app_path", None)
if not app:
asserts.fail('This test requires a TH_SERVER app. Specify app path with --string-arg th_server_app_path:<path_to_app>')

Expand Down

0 comments on commit b77934f

Please sign in to comment.