Skip to content

Commit 9a0c71f

Browse files
author
Christophe Guerreiro
committed
tests: Update CLI usage to match new JSON output option
Tests have been updated to reflect the new command-line interface. The previous `--format json --output` options are replaced with the `--json-output` option, matching the current tool behavior. Signed-off-by: Christophe Guerreiro <christophe.guerreiro@non.se.com>
1 parent c51962f commit 9a0c71f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/helper.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,7 @@ def _run_spdx_diff_check(
102102
[
103103
os.fspath(sbom_data_path.joinpath(sbom_ref).resolve(strict=True)),
104104
os.fspath(sbom_data_path.joinpath(sbom_new).resolve(strict=True)),
105-
"--format",
106-
"json",
107-
"--output",
105+
"--json-output",
108106
os.fspath(out_path),
109107
*extra_args,
110108
],

0 commit comments

Comments
 (0)