Skip to content

Commit 85d3bba

Browse files
HADOOP-17476. ITestAssumeRole.testAssumeRoleBadInnerAuth failure. (#2777)
Contributed by Steve Loughran.
1 parent 04880f0 commit 85d3bba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/auth/ITestAssumeRole.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,7 @@ public void testAssumeRoleBadInnerAuth() throws Exception {
255255
conf.set(SECRET_KEY, "not secret");
256256
expectFileSystemCreateFailure(conf,
257257
AWSBadRequestException.class,
258-
"not a valid " +
259-
"key=value pair (missing equal-sign) in Authorization header");
258+
"IncompleteSignature");
260259
}
261260

262261
@Test

0 commit comments

Comments
 (0)