Skip to content

Commit

Permalink
add back removed line in fetch_with_auth (#1489)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachellougee authored Feb 26, 2025
1 parent f278499 commit fa2d864
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ol_orchestrate/resources/oauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ def fetch_with_auth(
else:
request_params = {}

request_params.update(**(extra_params or {}))

response = self._http_client.get(
request_url,
headers={"Authorization": f"JWT {self._fetch_access_token()}"},
Expand Down

0 comments on commit fa2d864

Please sign in to comment.