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