Suppress deprecation warning due to upgrade to context-propagation 1.0.3

See gh-30657
This commit is contained in:
Sam Brannen 2023-06-15 16:18:38 +02:00
parent 5672284f53
commit f22f439a68
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ class ResponseBodyEmitterReturnValueHandlerTests {
}
@Test
@SuppressWarnings({"try","unused"})
@SuppressWarnings({"try","unused", "deprecation"})
void responseBodyFluxWithThreadLocal() throws Exception {
this.request.addHeader("Accept", "text/event-stream");