mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-05-02 19:30:50 +01:00
Fix failing test in NimbusReactiveJwtDecoderTests
This commit is contained in:
+1
-1
@@ -140,7 +140,7 @@ public class NimbusReactiveJwtDecoderTests {
|
||||
// @formatter:off
|
||||
assertThatIllegalStateException()
|
||||
.isThrownBy(() -> this.decoder.decode(this.messageReadToken).block())
|
||||
.withStackTraceContaining(UnknownHostException.class.getName());
|
||||
.withStackTraceContaining(UnknownHostException.class.getSimpleName());
|
||||
// @formatter:on
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user