|
@@ -255,8 +255,7 @@ public class ITestAssumeRole extends AbstractS3ATestBase {
|
|
|
conf.set(SECRET_KEY, "not secret");
|
|
|
expectFileSystemCreateFailure(conf,
|
|
|
AWSBadRequestException.class,
|
|
|
- "not a valid " +
|
|
|
- "key=value pair (missing equal-sign) in Authorization header");
|
|
|
+ "IncompleteSignature");
|
|
|
}
|
|
|
|
|
|
@Test
|