Skip to content

Commit 7ab1cf7

Browse files
address comment
1 parent 1f523b7 commit 7ab1cf7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/tests/chiptest/test_definition.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,7 @@ def Run(self, runner, apps_register, paths: ApplicationPaths, pics_file: str,
372372
runner.RunSubprocess(python_cmd, name='CHIP_REPL_YAML_TESTER',
373373
dependencies=[apps_register], timeout_seconds=timeout_seconds)
374374
else:
375-
pairing_cmd = paths.chip_tool_with_python_cmd + \
376-
['pairing', 'code', TEST_NODE_ID, setupCode]
375+
pairing_cmd = paths.chip_tool_with_python_cmd + ['pairing', 'code', TEST_NODE_ID, setupCode]
377376
if self.target == TestTarget.LIT_ICD and test_runtime == TestRunTime.CHIP_TOOL_PYTHON:
378377
pairing_cmd += ['--icd-registration', 'true']
379378
test_cmd = paths.chip_tool_with_python_cmd + ['tests', self.run_name] + ['--PICS', pics_file]

0 commit comments

Comments
 (0)