HADOOP-17476. ITestAssumeRole.testAssumeRoleBadInnerAuth failure. (#2777)

Contributed by Steve Loughran.
This commit is contained in:
Steve Loughran 2021-03-24 16:47:55 +00:00 committed by GitHub
parent 04880f076d
commit 85d3bba555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -255,8 +255,7 @@ public class ITestAssumeRole extends AbstractS3ATestBase {
conf.set(SECRET_KEY, "not secret");
expectFileSystemCreateFailure(conf,
AWSBadRequestException.class,
"not a valid " +
"key=value pair (missing equal-sign) in Authorization header");
"IncompleteSignature");
}
@Test