Skip to content

Commit

Permalink
add verify=false since we use self signed cert in tests (#2481)
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Krassowski <[email protected]>
  • Loading branch information
Adam-D-Lewis and krassowski authored May 23, 2024
1 parent e59a90f commit a503572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests_deployment/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def get_jupyterhub_token(note="jupyterhub-tests-deployment"):
f"https://{constants.NEBARI_HOSTNAME}/hub/api/users/{constants.KEYCLOAK_USERNAME}/tokens",
headers=headers,
json=data,
verify=False,
)

return r.json()["token"]
Expand Down

0 comments on commit a503572

Please sign in to comment.