diff --git a/tests/discovery/test_linkedin_links.py b/tests/discovery/test_linkedin_links.py index b748e77b..c1965221 100644 --- a/tests/discovery/test_linkedin_links.py +++ b/tests/discovery/test_linkedin_links.py @@ -1,6 +1,5 @@ #!/usr/bin/env python3 # coding=utf-8 -from theHarvester.parsers import myparser from theHarvester.discovery import linkedinsearch from theHarvester.lib import stash import pytest @@ -8,6 +7,7 @@ class TestGetLinks(object): + def test_get_links(self): search = linkedinsearch.SearchLinkedin("facebook.com", '100') search.process()