diff --git a/tests/catalog/test_s3tables.py b/tests/catalog/test_s3tables.py index 85891559f3..7120702605 100644 --- a/tests/catalog/test_s3tables.py +++ b/tests/catalog/test_s3tables.py @@ -41,8 +41,8 @@ def table_name(table_name: str) -> str: return table_name.replace("-", "_") -@pytest.fixture -def aws_region() -> str: +@pytest.fixture() +def aws_region(_aws_credentials: None) -> str: return "us-east-1"