Correlated WebClient log messages
Issue: SPR-16966
This commit is contained in:
@@ -68,7 +68,7 @@ public class DefaultClientResponseTests {
|
||||
public void createMocks() {
|
||||
mockResponse = mock(ClientHttpResponse.class);
|
||||
mockExchangeStrategies = mock(ExchangeStrategies.class);
|
||||
defaultClientResponse = new DefaultClientResponse(mockResponse, mockExchangeStrategies);
|
||||
defaultClientResponse = new DefaultClientResponse(mockResponse, mockExchangeStrategies, "");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user