mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 17:22:13 +00:00
Fix failing test in NimbusReactiveJwtDecoderTests
This commit is contained in:
parent
47a54e803b
commit
d99c08edce
@ -140,7 +140,7 @@ public class NimbusReactiveJwtDecoderTests {
|
|||||||
// @formatter:off
|
// @formatter:off
|
||||||
assertThatIllegalStateException()
|
assertThatIllegalStateException()
|
||||||
.isThrownBy(() -> this.decoder.decode(this.messageReadToken).block())
|
.isThrownBy(() -> this.decoder.decode(this.messageReadToken).block())
|
||||||
.withStackTraceContaining(UnknownHostException.class.getName());
|
.withStackTraceContaining(UnknownHostException.class.getSimpleName());
|
||||||
// @formatter:on
|
// @formatter:on
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user