diff --git a/tests/resources/wait.sh b/tests/resources/wait.sh index f0952ac..b84988c 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://keycloak:8080/realms/master)" != "200" ]]; do sleep 5; done' +bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:8080/realms/master)" != "200" ]]; do sleep 5; done'