Skip to content

Commit

Permalink
Yetus Rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
anujmodi2021 committed Oct 16, 2024
1 parent 0964df6 commit 1630291
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ public void testCustomTokenFetchRetryCount() throws Exception {
public void testWithDifferentCustomTokenFetchRetry(int numOfRetries) throws Exception {
AzureBlobFileSystem fs = this.getFileSystem();
Configuration config = getCustomAuthConfiguration(numOfRetries);
try (final AzureBlobFileSystem fs1 =
(AzureBlobFileSystem) FileSystem.newInstance(fs.getUri(),
try (AzureBlobFileSystem fs1 = (AzureBlobFileSystem) FileSystem.newInstance(fs.getUri(),
config)) {
RetryTestTokenProvider retryTestTokenProvider
= RetryTestTokenProvider.getCurrentRetryTestProviderInstance(
Expand Down

0 comments on commit 1630291

Please sign in to comment.