Skip to content

Commit

Permalink
filter insecure request warning
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Jul 11, 2024
1 parent 9b3f4a0 commit cc3c617
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests_deployment/test_jupyterhub_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def test_default_user_role_scopes():
@pytest.mark.filterwarnings(
"ignore:.*auto_refresh_token is deprecated:DeprecationWarning"
)
@pytest.mark.filterwarnings("ignore::urllib3.exceptions.InsecureRequestWarning")
def test_check_default_roles_added_in_keycloak():
client_roles = get_keycloak_client_roles(client_name="jupyterhub")
role_names = [role["name"] for role in client_roles]
Expand Down

0 comments on commit cc3c617

Please sign in to comment.