Upgrade Feign to 13.0. Upgrade Surefire plugin to 3.2.2. Regenerate configprops.
This commit is contained in:
@@ -429,7 +429,7 @@ public class FeignClientUsingPropertiesTests {
|
||||
public static class BazResponseInterceptor implements ResponseInterceptor {
|
||||
|
||||
@Override
|
||||
public Object aroundDecode(InvocationContext invocationContext) {
|
||||
public Object intercept(InvocationContext invocationContext, Chain chain) throws Exception {
|
||||
return "baz";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user