refactor: Update user update routes to be under auth namespace

This commit is contained in:
Blade Barringer
2016-03-16 08:58:14 -05:00
parent 22d25f8be3
commit d1af7adff6
4 changed files with 12 additions and 12 deletions

View File

@@ -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';