This commit is contained in:
Cédric Bonhomme 2020-01-06 16:58:30 +01:00
parent 29cbb7c982
commit 86e9f1ff5b
Signed by untrusted user who does not match committer: cedric
GPG key ID: A1CB94DE57B7A70D

View file

@ -4,6 +4,6 @@ from git_vuln_finder import find
def test_find_vuln():
all_potential_vulnerabilities, all_cve_found, found = find("test_repos/curl")
all_potential_vulnerabilities, all_cve_found, found = find("./test_repos/curl")
assert len(list(all_cve_found)) == 63