Skip to content

Commit 53d3eb1

Browse files
Fix failing ADLS test.
1 parent dfca05c commit 53d3eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/io/test_fsspec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,8 @@ def test_adls_account_name_sas_token_extraction() -> None:
513513
session_properties: Properties = {
514514
"adls.tenant-id": "test-tenant-id",
515515
"adls.account-host": "testaccount.dfs.core.windows.net",
516+
"adls.sas-token.testaccount.dfs.core.windows.net": "test-sas-token",
516517
"adls.sas-token-expires-at-ms.testaccount.dfs.core.windows.net": "1757597218121",
517-
"adls.sas-token-expires-at-ms.testaccount": "test-sas-token",
518518
}
519519

520520
with mock.patch("adlfs.AzureBlobFileSystem") as mock_adlfs:

0 commit comments

Comments
 (0)