Suppress deprecation warnings in tests
This commit is contained in:
parent
bfdf070232
commit
19f795a75a
|
|
@ -40,6 +40,7 @@ class PathVariableArgumentResolverTests {
|
|||
|
||||
|
||||
@BeforeEach
|
||||
@SuppressWarnings("deprecation")
|
||||
void setUp() throws Exception {
|
||||
HttpServiceProxyFactory proxyFactory = HttpServiceProxyFactory.builder(this.client).build();
|
||||
proxyFactory.afterPropertiesSet();
|
||||
|
|
|
|||
Loading…
Reference in New Issue