From b18983fecb8ade833a714788407d1ace1b3e50cb Mon Sep 17 00:00:00 2001 From: csparks Date: Sat, 7 Sep 2019 03:16:56 +0000 Subject: [PATCH] pylint --- tests/discovery/test_linkedin_links.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()