Skip to content

Commit

Permalink
test(#80): E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
shimisnow committed Feb 29, 2024
1 parent dd8f916 commit b5aaf01
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ describe('login logout process (with refresh)', () => {
.send({
currentPassword: 'test@1234',
newPassword: '1234@test',
withRefreshToken: true,
})
.set('Authorization', `Bearer ${sessionOne.body.accessToken}`)
.set('X-Api-Version', '1')
Expand Down

0 comments on commit b5aaf01

Please sign in to comment.