diff --git a/tests/resources/wait.sh b/tests/resources/wait.sh index 45500f0..f0952ac 100755 --- a/tests/resources/wait.sh +++ b/tests/resources/wait.sh @@ -1 +1 @@ -bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' http://localhost:8080/realms/master)" != "200" ]]; do sleep 5; done' +bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' http://keycloak:8080/realms/master)" != "200" ]]; do sleep 5; done'