Skip to content

Commit

Permalink
Update wait.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLichtenberger authored Jul 13, 2024
1 parent 5753ba2 commit 97056f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resources/wait.sh
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 97056f1

Please sign in to comment.