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

Contributed by Steve Loughran.

Change-Id: Ie96ca99f5d91e5a6aaea4cae4c2e850de9fddb01
This commit is contained in:
Steve Loughran 2021-03-24 16:47:55 +00:00
parent 9a0c5d0ca2
commit 9bbf1f87c9
No known key found for this signature in database
GPG Key ID: D22CF846DBB162A0
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