Merge pull request #10776 from alimate/BAEL-4984
BAEL-4984: Fixed the wrong assertion issue in a test
This commit is contained in:
commit
7058aabfac
@ -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…
x
Reference in New Issue
Block a user