Skip to content

Commit 0a896f6

Browse files
committed
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

Lines changed: 1 addition & 2 deletions
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)