Skip to content

Commit fb5aaf7

Browse files
Update test_definition.py
1 parent f6ad57d commit fb5aaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/chiptest/test_definition.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def Run(self, runner, apps_register, paths: ApplicationPaths, pics_file: str,
373373
dependencies=[apps_register], timeout_seconds=timeout_seconds)
374374
else:
375375
pairing_cmd = paths.chip_tool_with_python_cmd + \
376-
['pairing', 'code', TEST_NODE_ID, setupCode, '--skip-icd-registration', '0']
376+
['pairing', 'code', TEST_NODE_ID, setupCode, '--skip-icd-registration', 'false']
377377
test_cmd = paths.chip_tool_with_python_cmd + ['tests', self.run_name] + ['--PICS', pics_file]
378378
server_args = ['--server_path', paths.chip_tool[-1]] + \
379379
['--server_arguments', 'interactive server' +

0 commit comments

Comments
 (0)