Skip to content

Commit

Permalink
Upd
Browse files Browse the repository at this point in the history
  • Loading branch information
roywilly committed Mar 8, 2024
1 parent 91b96b3 commit d418438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sumo/wrapper/_auth_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def get_token(self):

def get_authorization(self):
token = self.get_token()
if token is None:
if token is None:
return ""

return {"Authorization": "Bearer " + token}
Expand Down

0 comments on commit d418438

Please sign in to comment.