-
Notifications
You must be signed in to change notification settings - Fork 1
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
test: 인증 단위 테스트 구현 #202
test: 인증 단위 테스트 구현 #202
Conversation
Quality Gate passedIssues Measures |
@@ -31,7 +30,7 @@ public class JwtAuthenticationFilter extends OncePerRequestFilter { | |||
private final JwtProperty jwtProperty; | |||
|
|||
@Override | |||
protected void doFilterInternal(HttpServletRequest request, | |||
public void doFilterInternal(HttpServletRequest request, |
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.
테스트 때문에 열어둔거면 @VisibleForTesting 붙여주면 좋을것 같습니당
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.
좋아요~
package net.teumteum.unit.user.service; | ||
|
||
import static net.teumteum.unit.auth.common.SecurityValue.VALID_ACCESS_TOKEN; | ||
import static net.teumteum.unit.auth.common.SecurityValue.VALID_REFRESH_TOKEN; | ||
|
||
import static net.teumteum.unit.common.SecurityValue.VALID_ACCESS_TOKEN; | ||
import static net.teumteum.unit.common.SecurityValue.VALID_REFRESH_TOKEN; |
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.
라인 맞춰주세용
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.
제목도 test로 바꿔주면 좋을 것 같습니당 라벨도 피쳐 떼어주세요 자동으로 붙은듯?!?!
* test: test 명 완성 * refactor: Instant를 모두 LocalDateTime으로 변경 (#200) * fix: 알림이 가지 않는 버그 수정 * �test: 인증 단위 테스트 구현 (#202) * refactor: JwtAuthenticationFilter 불필요한 로직 제거 (#198) * refactor: SecurityValue 패키지 이동 (#198) * test: 인증 관련 단위 테스트 구현 (#198) * test: 인증 관련 단위 테스트 구현 (#198) * test: JwtAuthenticationFilterTest 리팩토링 (#198) * feat: 로그인한 유저가 북마크한 모임 조회 (#204) * feat: 로그인한 유저가 북마크한 모임 조회 * test: 테스트 코드에 로그인 로직 추가 --------- Co-authored-by: choidongkuen <[email protected]> Co-authored-by: devxb <[email protected]> Co-authored-by: xb205 <[email protected]>
🚀 어떤 기능을 개발했나요?
🕶️ 어떻게 해결했나요?
🦀 이슈 넘버