From 865ee48d21f2ac7b1adaa04a95a123c1412c09d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 6 Jan 2020 22:56:18 +0100 Subject: [PATCH] forgot the fixture --- 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 a4f36d0..4625ea2 100644 --- a/tests/test_finder.py +++ b/tests/test_finder.py @@ -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