diff --git a/sites/tv.vera.com.uy/tv.vera.com.uy.test.js b/sites/tv.vera.com.uy/tv.vera.com.uy.test.js index 0161a433..a8f0b9f6 100644 --- a/sites/tv.vera.com.uy/tv.vera.com.uy.test.js +++ b/sites/tv.vera.com.uy/tv.vera.com.uy.test.js @@ -73,7 +73,9 @@ it('can parse response', () => { expect(results[0]).toMatchObject({ start: '2023-02-11T02:30:00.000Z', stop: '2023-02-11T04:00:00.000Z', - title: 'Canal 5 Noticias rep.' + title: 'Canal 5 Noticias rep.', + sub_title: '', + description: '' }) })