File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/llm/fixtures/test_ask_holmes/115_checkout_errors_tracing Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ before_test: |
3232 echo "⏰ Waiting for Tempo to be fully ready (checking every 5s, timeout 60s)"
3333 TEMPO_READY=false
3434 for i in {1..12}; do
35- if kubectl exec -n app-115 deployment/tempo -- wget -q -O - http://localhost:3200 /ready 2>/dev/null; then
35+ if kubectl exec -n app-115 deployment/tempo -- wget -q -O - http://localhost:3201 /ready 2>/dev/null; then
3636 echo "✅ Tempo is ready!"
3737 TEMPO_READY=true
3838 break
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ toolsets:
66 grafana/tempo :
77 enabled : true
88 config :
9- url : http://localhost:3200
9+ url : http://localhost:3201
1010 healthcheck : " ready"
You can’t perform that action at this time.
0 commit comments