UT: Fix test function name's spelling

This commit is contained in:
Shreya Malviya 2022-03-02 16:36:15 +05:30 committed by vakarisz
parent 3cd3d661bf
commit 7739094cfd
1 changed files with 1 additions and 1 deletions

View File

@ -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)