mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
test(batches): drop redundant section banner
This commit is contained in:
parent
e4ce526900
commit
a9bb09905d
1 changed files with 0 additions and 6 deletions
|
|
@ -758,12 +758,6 @@ async def test_create__model_encoded_beats_loadbalancing(harness):
|
|||
harness.creds_resolver.assert_called_once_with(model_id="azure/gpt-4o")
|
||||
|
||||
|
||||
# =========================================================================== #
|
||||
# Missing required body params - 400 naming the field, never a 500 TypeError
|
||||
# from acreate_batch() (https://github.com/BerriAI/litellm/issues/37146).
|
||||
# =========================================================================== #
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.parametrize(
|
||||
"body, missing_param",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue