Skip to content

Commit

Permalink
Fix integration_glue_test
Browse files Browse the repository at this point in the history
  • Loading branch information
HonahX committed Mar 20, 2024
1 parent 5506fd0 commit f704059
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 @@ -1858,8 +1858,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 f704059

Please sign in to comment.