Skip to content

Commit

Permalink
Pass proper parameters in conver stream test with invalid model
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Jan 23, 2025
1 parent 03e04eb commit 7a848ee
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ def test_converse_stream_with_invalid_model(
assert_converse_stream_completion_attributes(
span,
llm_model_value,
None,
"chat",
operation_name="chat",
)

assert span.status.status_code == StatusCode.ERROR
Expand Down

0 comments on commit 7a848ee

Please sign in to comment.