Skip to content

Commit 0d6caa8

Browse files
Fix JSON output error test
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 548b4b3 commit 0d6caa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scancode/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ def test_scan_to_json_without_FILE_does_not_write_to_next_option():
709709
result = run_scan_click(args, expected_rc=2)
710710
assert (
711711
'Error: Invalid value for "--json": Illegal file name '
712-
'conflicting with an option name: --info.'
712+
'conflicting with an option name: "--info".'
713713
).replace("'", '"') in result.output.replace("'", '"')
714714

715715

0 commit comments

Comments
 (0)