Skip to content

Commit

Permalink
Change keycloak docker hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Nov 5, 2023
1 parent e1921af commit 28a015b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration/oidc/test_auth_oidc.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ def start_keycloak_docker(container_name, port=8443, image="keycloak/keycloak:22
START_SLURM_DOCKER = [
"docker",
"run",
"-h",
"localhost",
"-p",
f"{port}:8443",
"-d",
Expand Down

0 comments on commit 28a015b

Please sign in to comment.