mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
test: drop duplicated callback assertion
This commit is contained in:
parent
f58c3c0868
commit
8fcfaf519c
1 changed files with 0 additions and 3 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue