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()