Skip to content

Commit

Permalink
Update cpp/src/arrow/filesystem/azurefs_test.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Sutou Kouhei <[email protected]>
  • Loading branch information
Tom-Newton and kou authored Aug 20, 2023
1 parent 7fbf0d8 commit 9b2158e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/filesystem/azurefs_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ TEST(AzureFileSystem, UploadThenDownload) {
account_name, account_key);

auto service_client = Azure::Storage::Blobs::BlobServiceClient(
"http://127.0.0.1:10000/devstoreaccount1", credential);
std::string("http://127.0.0.1:10000/") + account_name, credential);
auto container_client = service_client.GetBlobContainerClient(container_name);
container_client.CreateIfNotExists();
auto blob_client = container_client.GetBlockBlobClient(blob_name);
Expand Down

0 comments on commit 9b2158e

Please sign in to comment.