forked from p15670423/monkey
UT: Fix test function name's spelling
This commit is contained in:
parent
3cd3d661bf
commit
7739094cfd
|
@ -46,7 +46,7 @@ def test_only_single_download_allowed(exploit_url, java_class):
|
|||
assert response_2.content != java_class
|
||||
|
||||
|
||||
def test_exploit_class_downloded(server, exploit_url):
|
||||
def test_exploit_class_downloaded(server, exploit_url):
|
||||
assert not server.exploit_class_downloaded()
|
||||
|
||||
requests.get(exploit_url)
|
||||
|
|
Loading…
Reference in New Issue