Skip to content

Commit

Permalink
fix: failing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed May 11, 2023
1 parent 686ecea commit 3251bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`);
});
});
});
Expand Down

0 comments on commit 3251bca

Please sign in to comment.