Skip to content

Commit

Permalink
Update testing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phackstock authored May 17, 2023
1 parent 8578415 commit 08daaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/climate_assessment/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def _get_infiller_download_link(filename):

return requests.get(
infiller_url,
headers={"Authorization": f"Bearer {conn._token}"},
headers={"Authorization": f"Bearer {conn.auth.access_token}"},
).json()["directLink"]


Expand Down

0 comments on commit 08daaa4

Please sign in to comment.