We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447641d commit f4a8dc9Copy full SHA for f4a8dc9
1 file changed
examples/scripts/proxy_single_rewrite.sh
@@ -26,7 +26,7 @@ wait_http_ok http://127.0.0.1:8081/api 50 0.1 200 || { echo "[proxy_single] FAIL
26
code1=$(curl -s -o /dev/null -w "%{http_code}" http://127.0.0.1:8081/api)
27
code2=$(curl -s -o /dev/null -w "%{http_code}" http://127.0.0.1:8081/api/)
28
if [[ "$code1" == "200" && "$code2" == "200" ]]; then
29
- echo "[proxy_single] OK"
+ echo "[proxy_single_rewrite] OK"
30
else
31
- echo "[proxy_single] FAIL: code1=$code1 code2=$code2"; exit 1
+ echo "[proxy_single_rewrite] FAIL: code1=$code1 code2=$code2"; exit 1
32
fi
0 commit comments