We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bdc80c commit 47da05cCopy full SHA for 47da05c
tests/io/test_fsspec.py
@@ -514,7 +514,7 @@ def test_adls_account_name_sas_token_extraction() -> None:
514
"adls.tenant-id": "test-tenant-id",
515
"adls.account-host": "testaccount.dfs.core.windows.net",
516
"adls.sas-token-expires-at-ms.testaccount.dfs.core.windows.net": "1757597218121",
517
- "adls.sas-token-expires-at-ms.testaccount": "test-sas-token"
+ "adls.sas-token-expires-at-ms.testaccount": "test-sas-token",
518
}
519
520
with mock.patch("adfls.AzureBlobFileSystem") as mock_adfls:
0 commit comments