We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548b4b3 commit 0d6caa8Copy full SHA for 0d6caa8
tests/scancode/test_cli.py
@@ -709,7 +709,7 @@ def test_scan_to_json_without_FILE_does_not_write_to_next_option():
709
result = run_scan_click(args, expected_rc=2)
710
assert (
711
'Error: Invalid value for "--json": Illegal file name '
712
- 'conflicting with an option name: --info.'
+ 'conflicting with an option name: "--info".'
713
).replace("'", '"') in result.output.replace("'", '"')
714
715
0 commit comments