HADOOP-19257. S3A: ITestAssumeRole.testAssumeRoleBadInnerAuth failure (#7021)
Remove the error string matched on so that no future message change from AWS will trigger a regression Contributed by Steve Loughran
This commit is contained in:
parent
1655acc5e2
commit
3bbfb2be08
@ -283,8 +283,7 @@ public void testAssumeRoleBadInnerAuth() throws Exception {
|
|||||||
conf.set(SECRET_KEY, "not secret");
|
conf.set(SECRET_KEY, "not secret");
|
||||||
expectFileSystemCreateFailure(conf,
|
expectFileSystemCreateFailure(conf,
|
||||||
AWSBadRequestException.class,
|
AWSBadRequestException.class,
|
||||||
"not a valid " +
|
"");
|
||||||
"key=value pair (missing equal-sign) in Authorization header");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
Reference in New Issue
Block a user