From 86e9f1ff5b1fb1ea625954e3b1b01c4e4a0049db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 6 Jan 2020 16:58:30 +0100 Subject: [PATCH] wip --- tests/test_finder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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