Skip to content

Commit d1046a6

Browse files
committed
Allow all package types in Github V2 importer
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent f9672de commit d1046a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulnerabilities/tests/pipelines/test_github_importer_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_advisories_count(mock_fetch):
3535
count = pipeline.advisories_count()
3636

3737
# Assert that the count is correct
38-
assert count == 10
38+
assert count == 70
3939

4040

4141
def test_collect_advisories(mock_fetch):

0 commit comments

Comments
 (0)