Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed May 7, 2024
1 parent 31d76b7 commit 0b80b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_s3_authenticated_read_write(s3_localstack_creds, monkeypatch):
# Create unauthenticated handler
storage_handler = DeltaStorageHandler(
"s3://deltars/",
{
options={
"AWS_ENDPOINT_URL": s3_localstack_creds["AWS_ENDPOINT_URL"],
# Grants anonymous access. If we don't do this, will timeout trying
# to reading from EC2 instance provider.
Expand Down

0 comments on commit 0b80b53

Please sign in to comment.