@@ -180,7 +180,7 @@ describe('Controllers', () => {
180180 describe ( 'routes that should 200/404 etc.' , ( ) => {
181181 const baseUrl = nconf . get ( 'url' ) ;
182182 const testRoutes = [
183- { it : 'should load /reset without code' , url : '/reset' } ,
183+ { it : 'should load /reset without code' , url : '/reset' } ,
184184 { it : 'should load /reset with invalid code' , url : '/reset/123123' } ,
185185 { it : 'should load /login' , url : '/login' } ,
186186 { it : 'should load /register' , url : '/register' } ,
@@ -693,13 +693,13 @@ describe('Controllers', () => {
693693 } ) ;
694694
695695 // it('should 404 if brand:touchIcon is not valid', async () => {
696- // const oldValue = meta.config['brand:touchIcon'];
697- // meta.config['brand:touchIcon'] = '../../not/valid';
696+ // const oldValue = meta.config['brand:touchIcon'];
697+ // meta.config['brand:touchIcon'] = '../../not/valid';
698698
699- // const { response, body } = await request.get(`${nconf.get('url')}/apple-touch-icon`);
700- // assert.strictEqual(response.statusCode, 404);
701- // assert.strictEqual(body, 'Not found');
702- // meta.config['brand:touchIcon'] = oldValue;
699+ // const { response, body } = await request.get(`${nconf.get('url')}/apple-touch-icon`);
700+ // assert.strictEqual(response.statusCode, 404);
701+ // assert.strictEqual(body, 'Not found');
702+ // meta.config['brand:touchIcon'] = oldValue;
703703 // });
704704
705705
0 commit comments