Skip to content

Commit

Permalink
chore: 토큰 mock data code name 수정 #179
Browse files Browse the repository at this point in the history
  • Loading branch information
seoye0ng committed Feb 20, 2024
1 parent 4e0101e commit b7a5ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mocks/authHandler/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const MOCK_LOGIN_DATA = {
/* ----- 토큰 MOCK DATA ----- */
export const MOCK_TOKEN_DATA = {
status: 202,
code: 'BMC002',
code: 'success',
message: '토큰 인증 성공',
value: {
jwtToken: 'success-test-abcdefg1234--abc',
Expand Down

0 comments on commit b7a5ad4

Please sign in to comment.