mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-23 22:13:02 +08:00
update sublist3r unit test
This commit is contained in:
parent
d28393b9a2
commit
3244fac0cf
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ async def test_api(self):
|
|||
request = requests.get(base_url, headers=headers)
|
||||
assert request.status_code == 200
|
||||
|
||||
async def test_search(self):
|
||||
async def test_do_search(self):
|
||||
search = sublist3r.SearchSublist3r(TestSublist3r.domain())
|
||||
await search.process()
|
||||
assert isinstance(await search.get_hostnames(), list)
|
||||
|
|
Loading…
Reference in a new issue