mukund-thakur commented on a change in pull request #2777:
URL: https://github.com/apache/hadoop/pull/2777#discussion_r599582337
##########
File path:
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/auth/ITestAssumeRole.java
##########
@@ -255,8 +255,7 @@ public void testAssumeRoleBadInnerAuth() throws Exception {
conf.set(SECRET_KEY, "not secret");
expectFileSystemCreateFailure(conf,
AWSBadRequestException.class,
- "not a valid " +
- "key=value pair (missing equal-sign) in Authorization header");
+ "IncompleteSignature");
Review comment:
I though you said you will completely remove the string matching. But we
are still trying to match "**IncompleteSignature**"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]