1 parent 508198d commit a6da08cCopy full SHA for a6da08c
1 file changed
src/test/java/com/retailsvc/http/internal/DispatchHandlerTest.java
@@ -133,7 +133,7 @@ void interceptorCanCatchDecoratorFailure() throws Exception {
133
(request, next) -> {
134
try {
135
return next.proceed();
136
- } catch (RuntimeException e) {
+ } catch (RuntimeException _) {
137
caught.set(true);
138
return Response.status(HTTP_INTERNAL_ERROR);
139
}
0 commit comments