mirror of
https://github.com/adulau/git-vuln-finder.git
synced 2024-11-22 10:07:11 +00:00
forgot the fixture
This commit is contained in:
parent
7a6a8c67e0
commit
865ee48d21
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
from git_vuln_finder import find
|
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/")
|
all_potential_vulnerabilities, all_cve_found, found = find("./test_repos/curl/")
|
||||||
|
|
||||||
#assert len(list(all_cve_found)) == 64
|
#assert len(list(all_cve_found)) == 64
|
||||||
|
|
Loading…
Reference in a new issue