We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe3b00 commit b0f9284Copy full SHA for b0f9284
tests/cli/commands/test_main_command.py
@@ -49,7 +49,7 @@ def test_passing_output_option(output: str, scan_client: 'ScanClient', api_token
49
output = json.loads(result.output)
50
assert 'scan_id' in output
51
else:
52
- assert 'Scan ID' in result.output
+ assert 'issue of type:' in result.output
53
54
55
@responses.activate
0 commit comments