Skip to content

Commit

Permalink
NXDRIVE-2901: Authorization Error for OAuth --26/03 -Added Test case(s).
Browse files Browse the repository at this point in the history
  • Loading branch information
gitofanindya committed Mar 26, 2024
1 parent a5d234f commit 55f2d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nxdrive/client/remote_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def execute(self, /, **kwargs: Any) -> Any:
raise NotFound("Response code not found")
raise e

def _store_token(self, auth_token):
def _store_token(self, auth_token: Any) -> None:
remote_user = self.dao.get_config("remote_user")
server_url = self.dao.get_config("server_url")
key = f"{remote_user}{server_url}"
Expand Down

0 comments on commit 55f2d97

Please sign in to comment.