test: add spec for profile access token reset

This commit is contained in:
Sojan Jose
2025-05-23 02:22:16 -07:00
parent f73c5ef0b8
commit 6af34335a8
11 changed files with 84 additions and 6 deletions
@@ -51,6 +51,9 @@ const endPoints = {
resendConfirmation: {
url: '/api/v1/profile/resend_confirmation',
},
resetAccessToken: {
url: '/api/v1/profile/reset_access_token',
},
};
export default page => {