Skip to content

Commit

Permalink
test: mock aws credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
felixscherz committed Feb 12, 2025
1 parent 804a468 commit c27b60d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/catalog/test_s3tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down

0 comments on commit c27b60d

Please sign in to comment.