Suppress deprecation warnings in tests

This commit is contained in:
Sam Brannen 2022-10-18 14:31:46 +02:00
parent bfdf070232
commit 19f795a75a
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class PathVariableArgumentResolverTests {
@BeforeEach
@SuppressWarnings("deprecation")
void setUp() throws Exception {
HttpServiceProxyFactory proxyFactory = HttpServiceProxyFactory.builder(this.client).build();
proxyFactory.afterPropertiesSet();