Skip to content

Commit a43073c

Browse files
committed
fix unit tests
1 parent 0027072 commit a43073c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/io/test_fsspec.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ def test_fsspec_s3_session_properties() -> None:
255255
s3_fileio.new_input(location=f"s3://warehouse/{filename}")
256256

257257
mock_s3fs.assert_called_with(
258+
anon=False,
258259
client_kwargs={
259260
"endpoint_url": "http://localhost:9000",
260261
"aws_access_key_id": "admin",
@@ -309,6 +310,7 @@ def test_fsspec_unified_session_properties() -> None:
309310
s3_fileio.new_input(location=f"s3://warehouse/{filename}")
310311

311312
mock_s3fs.assert_called_with(
313+
anon=False,
312314
client_kwargs={
313315
"endpoint_url": "http://localhost:9000",
314316
"aws_access_key_id": "client.access-key-id",

0 commit comments

Comments
 (0)