mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
test(bedrock): keep beta headers fixture teardown off the network
This commit is contained in:
parent
02ccdbae90
commit
6d327fff6f
1 changed files with 2 additions and 5 deletions
|
|
@ -86,11 +86,8 @@ def local_beta_headers_config(monkeypatch):
|
|||
|
||||
monkeypatch.setenv("LITELLM_LOCAL_ANTHROPIC_BETA_HEADERS", "True")
|
||||
reload_beta_headers_config()
|
||||
try:
|
||||
yield
|
||||
finally:
|
||||
monkeypatch.delenv("LITELLM_LOCAL_ANTHROPIC_BETA_HEADERS", raising=False)
|
||||
reload_beta_headers_config()
|
||||
yield
|
||||
reload_beta_headers_config()
|
||||
|
||||
|
||||
def test_get_supported_params_thinking():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue