Polish
This commit is contained in:
@@ -392,7 +392,7 @@ public class RestTemplateBuilderTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void customizerShouldBeAppliedInTheEnd() {
|
||||
public void customizerShouldBeAppliedAtTheEnd() {
|
||||
ResponseErrorHandler errorHandler = mock(ResponseErrorHandler.class);
|
||||
ClientHttpRequestFactory requestFactory = new HttpComponentsClientHttpRequestFactory();
|
||||
this.builder.interceptors(this.interceptor)
|
||||
|
||||
Reference in New Issue
Block a user