From a9bb09905d2f14fd50d62ff0badf7e64c3c87fef Mon Sep 17 00:00:00 2001 From: mateo-berri <277851410+mateo-berri@users.noreply.github.com> Date: Mon, 17 Aug 2026 12:00:33 -0700 Subject: [PATCH] test(batches): drop redundant section banner --- .../test_litellm/proxy/batches_endpoints/test_endpoints.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/test_litellm/proxy/batches_endpoints/test_endpoints.py b/tests/test_litellm/proxy/batches_endpoints/test_endpoints.py index bef111d62bc..b720ea16968 100644 --- a/tests/test_litellm/proxy/batches_endpoints/test_endpoints.py +++ b/tests/test_litellm/proxy/batches_endpoints/test_endpoints.py @@ -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",