Skip to content

Commit

Permalink
Merge pull request #213 from Team-Smeme/sohyeon_#211
Browse files Browse the repository at this point in the history
[FIX] 테스트 URI 수정
  • Loading branch information
thguss authored Feb 27, 2024
2 parents efe702f + d5ad78c commit bd3d35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/health_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ echo "> Start health check of WAS at 'http://127.0.0.1:${TARGET_PORT}/api/v2/tes
for RETRY_COUNT in 1 2 3 4 5 6 7 8 9 10
do
echo "> #${RETRY_COUNT} trying..."
RESPONSE_CODE=$(curl -s -o /dev/null -w "%{http_code}" http://127.0.0.1:${TARGET_PORT}/api/v2/com.smeem.test)
RESPONSE_CODE=$(curl -s -o /dev/null -w "%{http_code}" http://127.0.0.1:${TARGET_PORT}/api/v2/test)

if [ ${RESPONSE_CODE} -eq 200 ]; then
echo "> New WAS successfully running"
Expand Down

0 comments on commit bd3d35c

Please sign in to comment.