HADOOP-17476. ITestAssumeRole.testAssumeRoleBadInnerAuth failure. (#2777)
Contributed by Steve Loughran.
This commit is contained in:
parent
04880f076d
commit
85d3bba555
|
@ -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