mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 14:32:57 +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 = linkedinsearch.SearchLinkedin("facebook.com", '100')
|
||||||
search.process()
|
search.process()
|
||||||
links = search.get_links()
|
links = search.get_links()
|
||||||
assert links
|
assert []
|
||||||
|
|
||||||
def test_links_linkedin(self):
|
def test_links_linkedin(self):
|
||||||
dir_path = os.path.dirname(os.path.realpath(__file__))
|
dir_path = os.path.dirname(os.path.realpath(__file__))
|
||||||
|
|
Loading…
Reference in a new issue