Skip to content

Commit 22823a3

Browse files
committed
improve docs
1 parent 1264a98 commit 22823a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/azure/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ mod tests {
426426
///
427427
/// Set these env vars before running:
428428
/// - `AZURE_STORAGE_TOKEN`: bearer token (e.g. from `az account get-access-token`)
429-
/// - `ONELAKE_URL`: full OneLake table URL, e.g.
430-
/// `https://onelake.dfs.fabric.microsoft.com/<ws>/<item>/Tables/<table>`
429+
/// - `ONELAKE_URL`: full OneLake URL, e.g.
430+
/// `https://onelake.blob.fabric.microsoft.com/<ws>/<item>/Files/`
431431
///
432432
/// See <https://github.com/apache/arrow-rs-object-store/issues/695>
433433
#[ignore = "Used for manual testing against a real OneLake endpoint."]

0 commit comments

Comments
 (0)