From 4307c411739cfa26364af08c59d6cfd5fa58540b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 6 Jan 2020 17:00:36 +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 77ef6a9..07ee774 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("/home/runner/work/git-vuln-finder/git-vuln-finder/test_repos/curl/") assert len(list(all_cve_found)) == 63