test: ensure aws region correctly set
This commit is contained in:
parent
7bbd8262ed
commit
2fe0a2750b
@ -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…
Reference in New Issue
Block a user