From 9cb1fcae611e22bf51b7669babb635323f56052d Mon Sep 17 00:00:00 2001 From: L1ghtn1ng Date: Sun, 2 Feb 2020 23:27:46 +0000 Subject: [PATCH] Updated deps for the github test --- tests/discovery/test_githubcode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/discovery/test_githubcode.py b/tests/discovery/test_githubcode.py index b8f358f9..c61f557b 100644 --- a/tests/discovery/test_githubcode.py +++ b/tests/discovery/test_githubcode.py @@ -2,7 +2,7 @@ from theHarvester.discovery import githubcode from theHarvester.discovery.githubcode import RetryResult, ErrorResult, SuccessResult from theHarvester.discovery.constants import MissingKey from theHarvester.lib.core import Core -from unittest.mock import MagicMock +from mock import MagicMock from requests import Response import pytest