diff --git a/test/controllers.js b/test/controllers.js index 211bb60b81..893d4892e8 100644 --- a/test/controllers.js +++ b/test/controllers.js @@ -620,7 +620,7 @@ describe('Controllers', () => { }); assert.strictEqual(res.statusCode, 307); - assert.strictEqual(res.headers.location, `${nconf.get('relative_path')}/me/edit/email`); + assert.strictEqual(res.headers.location, `${nconf.get('relative_path')}/register/complete`); }); }); });