Skip to content

Commit

Permalink
removed unused function definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPlayer3 committed May 14, 2024
1 parent d77bfbe commit 2e324d0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/test_hyp3.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 2e324d0

Please sign in to comment.