diff --git a/tests/test_finder.py b/tests/test_finder.py index 4bd9e29..77ef6a9 100644 --- a/tests/test_finder.py +++ b/tests/test_finder.py @@ -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