Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/unittests/models/test_litellm.py
Original file line number Diff line number Diff line change
Expand Up @@ -4984,7 +4984,6 @@ def test_model_response_to_generate_content_response_safety_finish_reason():
assert llm_response.error_message == "Finished with SAFETY"


@pytest.mark.skip(reason="LiteLLM finish_reason mapping behaviour changed")
@pytest.mark.asyncio
async def test_finish_reason_unknown_maps_to_other(
mock_acompletion, lite_llm_instance
Expand Down
Loading