Skip to content

Commit

Permalink
[fix] 테스트 계정은 만료시간 1분으로 설정2
Browse files Browse the repository at this point in the history
  • Loading branch information
boo105 committed Jan 19, 2024
1 parent 6d391b4 commit cb817e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public TokenResponse appleLogin(String idToken) {
public TokenResponse loginForTest() {
OAuth2UserInfo userInfo = new AppleOAuth2UserInfo("test", "test@naver.com");
UserLoginAction action = signUpOrSignIn(userInfo.createUserEntity());
TokenResponse tokenResponse = sendGenerateJwtTokenCommend(userInfo.getEmail());
TokenResponse tokenResponse = sendGenerateJwtTokenCommendForTest(userInfo.getEmail());
tokenResponse.updateLoginActionFlag(action);
return tokenResponse;
}
Expand Down

0 comments on commit cb817e5

Please sign in to comment.