Skip to content

Commit

Permalink
HADOOP-19257. S3A: ITestAssumeRole.testAssumeRoleBadInnerAuth failure (
Browse files Browse the repository at this point in the history
…#7021)


Remove the error string matched on so that no future message change
from AWS will trigger a regression

Contributed by Steve Loughran
  • Loading branch information
steveloughran authored Sep 3, 2024
1 parent 1655acc commit 3bbfb2b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,7 @@ public void testAssumeRoleBadInnerAuth() throws Exception {
conf.set(SECRET_KEY, "not secret");
expectFileSystemCreateFailure(conf,
AWSBadRequestException.class,
"not a valid " +
"key=value pair (missing equal-sign) in Authorization header");
"");
}

@Test
Expand Down

0 comments on commit 3bbfb2b

Please sign in to comment.