Skip to content

Commit ecb8c18

Browse files
committed
Test Fix Followup
1 parent 56fcec5 commit ecb8c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemInitAndCreate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public void testNoGetAclCallOnHnsConfigPresence() throws Exception {
118118
// TODO: [FnsOverBlob][HADOOP-19179] Remove this test case once Blob Endpoint Support is enabled.
119119
@Test
120120
public void testFileSystemInitFailsWithBlobEndpointUrl() throws Exception {
121-
Configuration configuration = getRawConfiguration();
121+
Configuration configuration = new Configuration(getRawConfiguration());
122122
String defaultUri = configuration.get(FS_DEFAULT_NAME_KEY);
123123
String accountKey = configuration.get(
124124
accountProperty(FS_AZURE_ACCOUNT_KEY_PROPERTY_NAME, getAccountName()),

0 commit comments

Comments
 (0)