test: ensure aws region correctly set

This commit is contained in:
Krrish Dholakia
2025-06-03 20:58:21 -07:00
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():