Skip to content

Commit 96e024f

Browse files
committed
fix tests
1 parent 75a043e commit 96e024f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

instrumentation-genai/opentelemetry-instrumentation-vertexai/tests/test_chat_completions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ def test_generate_content_without_events(
8282
"gen_ai.operation.name": "chat",
8383
"gen_ai.request.model": "gemini-1.5-flash-002",
8484
"gen_ai.system": "vertex_ai",
85+
"server.address": "us-central1-aiplatform.googleapis.com",
86+
"server.port": 443,
8587
}
8688

8789
# Emits event without body.content

0 commit comments

Comments
 (0)