We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13eae4f commit 1f8ff50Copy full SHA for 1f8ff50
e2e-network/docker/expect-invoke-rest.sh
@@ -52,7 +52,7 @@ if echo "$response" | grep -F "$expected"; then
52
elif [ "$retries_left" -gt 0 ]; then
53
echo "Retrying... ($retries_left)"
54
sleep 1
55
- expectInvokeRest "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$((retries_left - 1))"
+ exec "$0" "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$((retries_left - 1))"
56
else
57
echo "❌ failed (rest): $label | expected: $expected"
58
exit 1
0 commit comments