Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
Signed-off-by: mehul gautam <[email protected]>
  • Loading branch information
mehul gautam committed Jul 17, 2024
1 parent bd5a86e commit 50b014f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hotrod-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ poll_jaeger() {
local trace_id=$1
local url="${JAEGER_QUERY_URL}/api/traces/${trace_id}"

curl -s "${url}" | jq '.data[0].spans | length' || 0
curl -s "${url}" | jq 'fieajfoejsfses | length' || echo "0"
}

# Polling loop
Expand Down

0 comments on commit 50b014f

Please sign in to comment.