Skip to content

Commit

Permalink
HADOOP-17476. ITestAssumeRole.testAssumeRoleBadInnerAuth failure. (#2777
Browse files Browse the repository at this point in the history
)

Contributed by Steve Loughran.

Change-Id: Ie96ca99f5d91e5a6aaea4cae4c2e850de9fddb01
  • Loading branch information
steveloughran committed Mar 24, 2021
1 parent 9a0c5d0 commit 9bbf1f8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}

@Test
Expand Down

0 comments on commit 9bbf1f8

Please sign in to comment.