Gradle Test Run :bootstrap:test

error_endpoint_handles_unknown_status_code_safely()

summary

1

tests

0

failures

0

skipped

0.013s

duration

100%

successful

standard output

2026-05-12T15:59:36.382+09:00  INFO 3742337 --- [    Test worker] [traceId=] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet '' 
2026-05-12T15:59:36.382+09:00  INFO 3742337 --- [    Test worker] [traceId=] o.s.t.web.servlet.TestDispatcherServlet  : Initializing Servlet '' 
2026-05-12T15:59:36.383+09:00  INFO 3742337 --- [    Test worker] [traceId=] o.s.t.web.servlet.TestDispatcherServlet  : Completed initialization in 1 ms 
2026-05-12T15:59:36.386+09:00 DEBUG 3742337 --- [    Test worker] [traceId=] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to com.project.auth.config.web.ApiErrorController#error(HttpServletRequest) 
2026-05-12T15:59:36.386+09:00 ERROR 3742337 --- [    Test worker] [traceId=] c.p.auth.config.web.ApiErrorController   : Unhandled error response. method=GET requestPath=/some/path status=500 
2026-05-12T15:59:36.387+09:00 DEBUG 3742337 --- [    Test worker] [traceId=] o.s.w.s.m.m.a.HttpEntityMethodProcessor  : Using 'application/json', given [*/*] and supported [application/json, application/*+json, application/yaml] 
2026-05-12T15:59:36.387+09:00 DEBUG 3742337 --- [    Test worker] [traceId=] o.s.w.s.m.m.a.HttpEntityMethodProcessor  : Writing [ApiResult[success=false, code=COMMON-999, message=예상하지 못한 오류가 발생했습니다., data=null, errors=null, trace (truncated)...]