Skip to content

Commit f4a8dc9

Browse files
Update examples/scripts/proxy_single_rewrite.sh
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 447641d commit f4a8dc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/scripts/proxy_single_rewrite.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ wait_http_ok http://127.0.0.1:8081/api 50 0.1 200 || { echo "[proxy_single] FAIL
2626
code1=$(curl -s -o /dev/null -w "%{http_code}" http://127.0.0.1:8081/api)
2727
code2=$(curl -s -o /dev/null -w "%{http_code}" http://127.0.0.1:8081/api/)
2828
if [[ "$code1" == "200" && "$code2" == "200" ]]; then
29-
echo "[proxy_single] OK"
29+
echo "[proxy_single_rewrite] OK"
3030
else
31-
echo "[proxy_single] FAIL: code1=$code1 code2=$code2"; exit 1
31+
echo "[proxy_single_rewrite] FAIL: code1=$code1 code2=$code2"; exit 1
3232
fi

0 commit comments

Comments
 (0)