Skip to content

Commit

Permalink
Don't cover get_authorization_token
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyKh committed Sep 7, 2023
1 parent 79cf67d commit 566bb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_login_token(
return OTPResponse.from_dict(response.json()).token


def get_authorization_token() -> str:
def get_authorization_token() -> str: # pragma: no cover
"""Get authorization token from IEC API."""
id_number = input("Enter ID number:")

Expand Down

0 comments on commit 566bb03

Please sign in to comment.