We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0027072 commit a43073cCopy full SHA for a43073c
1 file changed
tests/io/test_fsspec.py
@@ -255,6 +255,7 @@ def test_fsspec_s3_session_properties() -> None:
255
s3_fileio.new_input(location=f"s3://warehouse/{filename}")
256
257
mock_s3fs.assert_called_with(
258
+ anon=False,
259
client_kwargs={
260
"endpoint_url": "http://localhost:9000",
261
"aws_access_key_id": "admin",
@@ -309,6 +310,7 @@ def test_fsspec_unified_session_properties() -> None:
309
310
311
312
313
314
315
316
"aws_access_key_id": "client.access-key-id",
0 commit comments