Skip to content

Commit 9bbf1f8

Browse files
committed
HADOOP-17476. ITestAssumeRole.testAssumeRoleBadInnerAuth failure. (#2777)
Contributed by Steve Loughran. Change-Id: Ie96ca99f5d91e5a6aaea4cae4c2e850de9fddb01
1 parent 9a0c5d0 commit 9bbf1f8

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)