Skip to content

Commit bb54aee

Browse files
committed
chore: address PR comments
1 parent bd67fdc commit bb54aee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/llm/fixtures/test_ask_holmes/115_checkout_errors_tracing/test_case.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tests/llm/fixtures/test_ask_holmes/115_checkout_errors_tracing/toolsets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)