diff --git a/src/app.test.js b/src/app.test.js index dcb5d328..29df13af 100644 --- a/src/app.test.js +++ b/src/app.test.js @@ -46,6 +46,7 @@ describe('Application', () => { '/password': 'Request new password', '/password/forgotten': 'Request new password', '/this-url-should-not-be-found': 'Page not found', + '/reset-password?t=token&e=email': 'Reset password', }; forEach(urlTitles, (title, url) => { const context = {};