mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-16 14:23:12 +00:00
test: ensure aws region correctly set
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user