Skip to content

Commit 4debffb

Browse files
author
Glenn Snyder
committed
fixing pytest unit tests
1 parent bcde8a8 commit 4debffb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/get_scans_or_codelocations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
else:
4040
code_locations = hub.get_codelocations(limit=10000, parameters=parameters)
4141

42-
code_locations = code_locations.get('items', [])
42+
# code_locations = code_locations.get('items', [])
4343

4444
if args.scan_summaries:
4545
for code_location in code_locations:

test/data/code_locations.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)