Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0a896f6

Browse files
committedJan 24, 2025
Pass proper parameters in conver stream test with invalid model
1 parent 35de237 commit 0a896f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎instrumentation/opentelemetry-instrumentation-botocore/tests/test_botocore_bedrock.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,7 @@ def test_converse_stream_with_invalid_model(
191191
assert_converse_stream_completion_attributes(
192192
span,
193193
llm_model_value,
194-
None,
195-
"chat",
194+
operation_name="chat",
196195
)
197196

198197
assert span.status.status_code == StatusCode.ERROR

0 commit comments

Comments
 (0)
Please sign in to comment.