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 5fe12e7 commit 5753ba2
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://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'

0 comments on commit 5753ba2

Please sign in to comment.