Skip to content

Commit 6163d80

Browse files
committed
refactor: 테스트 API 일부 제거
1 parent 490b377 commit 6163d80

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main/java/com/example/log4u/domain/comment/testController/TestController.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,4 @@ public String testLog4uException() {
3131
throw new NotFoundCommentException(); // 또는 임의의 ServiceException
3232
}
3333

34-
@GetMapping("/unknown")
35-
public String testUnexpectedException() {
36-
String str = null;
37-
str.length(); // NPE
38-
return "절대 도달하지 않음";
39-
}
4034
}

0 commit comments

Comments
 (0)