Fixes test assertion

This commit is contained in:
spencergibb
2022-10-03 17:28:02 -04:00
parent 3a91f2372c
commit 6316953236

View File

@@ -52,7 +52,7 @@ public class EurekaHttpClientsOptionalArgsConfigurationNoWebfluxTest {
}
catch (Exception e) {
// this is the desired state
assertThat(e).hasMessageContaining("WebClient is not on the classpath");
assertThat(e).hasStackTraceContaining("WebClient is not on the classpath");
}
if (ctx != null) {
ctx.close();