forgot the fixture

This commit is contained in:
Cédric Bonhomme 2020-01-06 22:56:18 +01:00
parent 7a6a8c67e0
commit 865ee48d21
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -3,7 +3,7 @@
from git_vuln_finder import find
def test_find_vuln():
def test_find_vuln(clone_curl):
all_potential_vulnerabilities, all_cve_found, found = find("./test_repos/curl/")
#assert len(list(all_cve_found)) == 64