Skip to content

Commit 26dcebe

Browse files
committed
HADOOP-17476. ITestAssumeRole.testAssumeRoleBadInnerAuth failure.
Change-Id: Ia4daa2cd0d552979d96b1475e01fb83ea9145e25
1 parent 9b2f812 commit 26dcebe

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)