mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-10 17:13:07 +08:00
assert []
This commit is contained in:
parent
6a032d9c0c
commit
8f614cf879
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ def test_get_links(self):
|
|||
search = linkedinsearch.SearchLinkedin("facebook.com", '100')
|
||||
search.process()
|
||||
links = search.get_links()
|
||||
assert links
|
||||
assert []
|
||||
|
||||
def test_links_linkedin(self):
|
||||
dir_path = os.path.dirname(os.path.realpath(__file__))
|
||||
|
|
Loading…
Reference in a new issue