Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RupinderKaurSSB committed Dec 3, 2024
1 parent d38b7f1 commit 266a408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_guardian.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_get_guardian_token_failed_response() -> None:
assert "401" in str(exc_info.value)


def mock_fetch_personal_token():
def mock_fetch_personal_token() -> str:
fake_auto_token = "auto_fetched_token"
return fake_auto_token

Expand Down

0 comments on commit 266a408

Please sign in to comment.