mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
test: ensure aws region correctly set
This commit is contained in:
parent
7bbd8262ed
commit
2fe0a2750b
1 changed files with 4 additions and 0 deletions
|
|
@ -34,6 +34,10 @@ class TestCustomLogger(CustomLogger):
|
|||
self.standard_logging_payload = kwargs.get("standard_logging_object")
|
||||
pass
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def add_aws_region_to_env(monkeypatch):
|
||||
monkeypatch.setenv("AWS_REGION", "us-west-2")
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def setup_vector_store_registry():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue