Fixed the wrong assertion issue in a test
This commit is contained in:
parent
d1e8164581
commit
10346cd9d7
|
@ -146,7 +146,7 @@ public class WebClientLoggingIntegrationTest {
|
||||||
.exchange()
|
.exchange()
|
||||||
.block();
|
.block();
|
||||||
|
|
||||||
verify(mockAppender).doAppend(argThat(argument -> (((LoggingEvent) argument).getFormattedMessage()).contains("domain=.typicode.com;")));
|
verify(mockAppender).doAppend(argThat(argument -> (((LoggingEvent) argument).getFormattedMessage()).contains(sampleUrl)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue