diff --git a/tests/test_hyp3.py b/tests/test_hyp3.py index 7c19568..90ca0bf 100644 --- a/tests/test_hyp3.py +++ b/tests/test_hyp3.py @@ -11,14 +11,6 @@ from hyp3_sdk import HyP3, Job -def mock_my_info(self): - return {'application_status': 'APPROVED'} - - -def mock_get_authenticated_session(username, password): - return requests.Session() - - @responses.activate def test_session_headers(get_mock_hyp3): api = get_mock_hyp3()