Updated test code for changes in sc-netflix
This commit is contained in:
@@ -245,6 +245,12 @@ public class WebClientTests {
|
||||
Listener listener() {
|
||||
return new Listener();
|
||||
}
|
||||
|
||||
@LoadBalanced
|
||||
@Bean
|
||||
public RestTemplate restTemplate() {
|
||||
return new RestTemplate();
|
||||
}
|
||||
}
|
||||
|
||||
@Component
|
||||
|
||||
Reference in New Issue
Block a user