Skip to content

Commit

Permalink
adapt log message in tests
Browse files Browse the repository at this point in the history
Signed-off-by: liga-oz <[email protected]>
  • Loading branch information
liga-oz committed Nov 24, 2023
1 parent 97a77a5 commit 9dc8c08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public void decode_withNonMatchingVerificationKey_throwsException() {
final JwtDecoder cut = new XsuaaJwtDecoderBuilder(configuration).build();

assertThatThrownBy(() -> cut.decode(ccToken)).isInstanceOf(JwtException.class)
.hasMessageContaining("Cannot verify with online token key, jku, kid, uaadomain is null");
.hasMessageContaining("Cannot verify with online token key, kid, uaadomain is null");
}

}

0 comments on commit 9dc8c08

Please sign in to comment.