mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-23 14:02:58 +08:00
fix omnisint unit test
This commit is contained in:
parent
53a9215aad
commit
c0e2b38a51
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ async def test_api(self):
|
|||
assert request.status_code == 200
|
||||
|
||||
async def test_search(self):
|
||||
search = omnisint.SearchOmnisint(TestOmnisint.domain(), 100)
|
||||
search = omnisint.SearchOmnisint(TestOmnisint.domain())
|
||||
await search.process()
|
||||
assert isinstance(await search.get_hostnames(), set)
|
||||
assert isinstance(await search.get_ips(), set)
|
||||
|
|
Loading…
Reference in a new issue