Skip to content

Commit b564008

Browse files
committed
test: add comment for headers.
1 parent 5703096 commit b564008

File tree

1 file changed

+1
-0
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-google-genai/tests/generate_content

1 file changed

+1
-0
lines changed

instrumentation-genai/opentelemetry-instrumentation-google-genai/tests/generate_content/test_e2e.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ def _factory():
394394
api_key=gemini_api_key,
395395
vertexai=False,
396396
http_options=types.HttpOptions(
397+
# to prevent compression
397398
headers={"accept-encoding": "identity"}
398399
),
399400
)

0 commit comments

Comments
 (0)