Skip to content

Commit

Permalink
[test] : 실제 로직 변경으로 인해 불필요해진 stub 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
dudxo committed Aug 11, 2024
1 parent 9721a06 commit 4ce42c2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ void reissue() {
Member principal = MemberFixture.member();
Authentication authentication = new UsernamePasswordAuthenticationToken(principal, "test");

given(tokenProvider.validateToken(anyString(), any(Date.class))).willReturn(true);
given(tokenProvider.getAuthentication(anyString())).willReturn(authentication);

given(redisUtil.getValues(anyString())).willReturn("refreshToken");
Expand Down

0 comments on commit 4ce42c2

Please sign in to comment.