Skip to content

Commit

Permalink
fix: 재발급 토큰 mock data 수정 #179
Browse files Browse the repository at this point in the history
  • Loading branch information
seoye0ng committed Feb 20, 2024
1 parent eeab264 commit a4e9bc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/mocks/authHandler/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ export const MOCK_LOGIN_DATA = {

/* ----- 토큰 MOCK DATA ----- */
export const MOCK_TOKEN_DATA = {
status: 202,
code: 'success',
message: '토큰 인증 성공',
status: 201,
code: 'BAC001',
message: 'JWT 토큰 재발급 성공',
value: {
jwtToken: 'success-test-abcdefg1234--abc',
jwtToken: 'test-abcdefg1234--abc',
},
};

0 comments on commit a4e9bc5

Please sign in to comment.