Skip to content

Commit

Permalink
Start the keycloak container
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Nov 5, 2023
1 parent 273266d commit e1921af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/oidc/test_auth_oidc.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def setUpClass(cls):
# we forcibly disable it for now
cls.disableOauthlibHttps()
cls.container_name = f"{cls.__name__}_container"
# start_keycloak_docker(container_name=cls.container_name)
start_keycloak_docker(container_name=cls.container_name)
super().setUpClass()
# For the oidc callback to work, we need to know Galaxy's hostname and port.
# However, we won't know what the host and port are until the Galaxy test driver is started.
Expand Down

0 comments on commit e1921af

Please sign in to comment.