Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Jan 22, 2025
1 parent 85f0a3c commit ad91388
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion py-polars/tests/unit/io/cloud/test_credential_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ def raises(*_: None, **__: None) -> None:
io_func("s3://bucket/path", credential_provider=None)
# Passing `storage_options` should disable the automatic instantiation of
# `CredentialProviderAWS`
io_func("s3://bucket/path", credential_provider="auto", storage_options={})
io_func(
"s3://bucket/path",
credential_provider="auto",
storage_options={"aws_access_key_id": "polars"},
)

err_magic = "err_magic_7"

Expand Down

0 comments on commit ad91388

Please sign in to comment.