Skip to content

Commit

Permalink
Fix Glue Integration test (#536)
Browse files Browse the repository at this point in the history
* Fix integration_glue_test

* fix lint
  • Loading branch information
HonahX committed Apr 6, 2024
1 parent b983e66 commit 20093c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1894,8 +1894,8 @@ def get_s3_path(bucket_name: str, database_name: Optional[str] = None, table_nam

@pytest.fixture(name="s3", scope="module")
def fixture_s3_client() -> boto3.client:
with mock_aws():
yield boto3.client("s3")
"""Real S3 client for AWS Integration Tests."""
yield boto3.client("s3")


def clean_up(test_catalog: Catalog) -> None:
Expand Down

0 comments on commit 20093c3

Please sign in to comment.