-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BE] refactor: 비회원 인증을 Auth에서 하도록 변경 #1081
base: develop
Are you sure you want to change the base?
Conversation
Test Results154 tests +1 151 ✅ +1 4s ⏱️ ±0s Results for commit 7da5e59. ± Comparison against base commit 8230f54. This pull request removes 2 and adds 3 tests. Note that renamed tests count towards both.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰 그룹을 인증하는걸 auth 에서 하니까 제자리를 찾은 기분이네요 ㅎㅎ 👍
return ResponseEntity.noContent().build(); | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
noContent 좋네요~ 😙
이번 PR에서 위의 auth/github 응답 코드도 204 로 바꾸는건 어때요?
@MockBean | ||
private ReviewGroupService reviewGroupService; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기에 MockBean 을 사용해준건 왜인지 궁금해요!
🚀 어떤 기능을 구현했나요 ?
🔥 어떻게 해결했나요 ?
📝 어떤 부분에 집중해서 리뷰해야 할까요?
📚 참고 자료, 할 말