Skip to content

Commit

Permalink
Test the right auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Dec 20, 2023
1 parent 0f6aab3 commit a81fc34
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 @@ -278,7 +278,7 @@ TEST(AzureFileSystem, InitializeFilesystemWithDefaultCredential) {

TEST(AzureFileSystem, InitializeFilesystemWithWorkloadIdentityCredential) {
AzureOptions options;
ARROW_EXPECT_OK(options.ConfigureDefaultCredential("dummy-account-name"));
ARROW_EXPECT_OK(options.ConfigureWorkloadIdentityCredential("dummy-account-name"));
EXPECT_OK_AND_ASSIGN(auto fs, AzureFileSystem::Make(options));
}

Expand Down

0 comments on commit a81fc34

Please sign in to comment.