We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0c5d0 commit 9bbf1f8Copy full SHA for 9bbf1f8
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/auth/ITestAssumeRole.java
@@ -255,8 +255,7 @@ public void testAssumeRoleBadInnerAuth() throws Exception {
255
conf.set(SECRET_KEY, "not secret");
256
expectFileSystemCreateFailure(conf,
257
AWSBadRequestException.class,
258
- "not a valid " +
259
- "key=value pair (missing equal-sign) in Authorization header");
+ "IncompleteSignature");
260
}
261
262
@Test
0 commit comments