Skip to content

Commit b0f9284

Browse files
committed
fix test
1 parent fbe3b00 commit b0f9284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cli/commands/test_main_command.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_passing_output_option(output: str, scan_client: 'ScanClient', api_token
4949
output = json.loads(result.output)
5050
assert 'scan_id' in output
5151
else:
52-
assert 'Scan ID' in result.output
52+
assert 'issue of type:' in result.output
5353

5454

5555
@responses.activate

0 commit comments

Comments
 (0)