From 8fcfaf519caa2c1bd7d45521303fa8eb0d049c37 Mon Sep 17 00:00:00 2001 From: mateo-berri <277851410+mateo-berri@users.noreply.github.com> Date: Sat, 29 Aug 2026 00:53:24 -0700 Subject: [PATCH] test: drop duplicated callback assertion --- tests/test_litellm/proxy/test_litellm_pre_call_utils.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_litellm/proxy/test_litellm_pre_call_utils.py b/tests/test_litellm/proxy/test_litellm_pre_call_utils.py index 1a787d71243..9fb31d2a6db 100644 --- a/tests/test_litellm/proxy/test_litellm_pre_call_utils.py +++ b/tests/test_litellm/proxy/test_litellm_pre_call_utils.py @@ -7454,9 +7454,6 @@ def test_newrelic_vars_scoped_to_newrelic_callback_entry(): assert legit.callback_vars == {"newrelic_api_key": "REAL", "newrelic_region": "us"} - assert legit.callback_vars == {"newrelic_api_key": "REAL", "newrelic_region": "us"} - - def _reserved_stamp_request(path: str) -> MagicMock: request_mock = MagicMock(spec=Request) request_mock.url = MagicMock()