From a112d53babea377b28a4e0dabd13203eed240f25 Mon Sep 17 00:00:00 2001 From: Johannes Lichtenberger Date: Sat, 13 Jul 2024 13:00:38 +0200 Subject: [PATCH] Update wait.sh --- tests/resources/wait.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/resources/wait.sh b/tests/resources/wait.sh index 8b30a62..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}'' localhost:8080)" != "200" ]]; do sleep 5; done' \ No newline at end of file +bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' http://keycloak:8080/realms/master)" != "200" ]]; do sleep 5; done'