mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
refactor: Update user update routes to be under auth namespace
This commit is contained in:
@@ -3,8 +3,8 @@ import {
|
||||
translate as t,
|
||||
} from '../../../../helpers/api-integration/v3';
|
||||
|
||||
describe('PUT /user/update-password', async () => {
|
||||
let endpoint = '/user/update-password';
|
||||
describe('PUT /user/auth/update-password', async () => {
|
||||
let endpoint = '/user/auth/update-password';
|
||||
let user;
|
||||
let password = 'password';
|
||||
let wrongPassword = 'wrong-password';
|
||||
|
||||
Reference in New Issue
Block a user