Skip to content

Commit 962f86a

Browse files
author
Anuj Modi
committed
Fixing test
1 parent 9a4a15e commit 962f86a

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/ITestAzureBlobFileSystemAuthorization.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public void testSASTokenProviderInitializeException() throws Exception {
8080
testConfig.set(ConfigurationKeys.FS_AZURE_SAS_TOKEN_PROVIDER_TYPE, TEST_ERR_AUTHZ_CLASS);
8181
testConfig.set(MOCK_SASTOKENPROVIDER_FAIL_INIT, "true");
8282

83-
intercept(TokenAccessProviderException.class,
83+
intercept(SASTokenProviderException.class,
8484
()-> {
8585
testFs.initialize(fs.getUri(), this.getConfiguration().getRawConfiguration());
8686
});

0 commit comments

Comments
 (0)