Skip to content

Commit

Permalink
fix mypy II
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Oct 1, 2024
1 parent db85d97 commit 45f0999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/api_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_quum_login(
mock_quum_api_handler.delete_authentication()
assert mock_quum_api_handler._cred_store.id_token is None
assert mock_quum_api_handler._cred_store._password is None # type: ignore
assert mock_quum_api_handler._cred_store.refresh_token is None # type: ignore
assert mock_quum_api_handler._cred_store.refresh_token is None


def test_machine_status(
Expand Down

0 comments on commit 45f0999

Please sign in to comment.