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 068d440 commit b4cd69aCopy full SHA for b4cd69a
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/auth/ITestAssumeRole.java
@@ -283,8 +283,7 @@ public void testAssumeRoleBadInnerAuth() throws Exception {
283
conf.set(SECRET_KEY, "not secret");
284
expectFileSystemCreateFailure(conf,
285
AWSBadRequestException.class,
286
- "not a valid " +
287
- "key=value pair (missing equal-sign) in Authorization header");
+ "");
288
}
289
290
@Test
0 commit comments