HADOOP-17476. ITestAssumeRole.testAssumeRoleBadInnerAuth failure. (#2777)
Contributed by Steve Loughran. Change-Id: Ie96ca99f5d91e5a6aaea4cae4c2e850de9fddb01
This commit is contained in:
parent
9a0c5d0ca2
commit
9bbf1f87c9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue