mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Fixed nostv test
This commit is contained in:
parent
1500ed5a21
commit
363e0077a3
1 changed files with 6 additions and 2 deletions
|
@ -28,6 +28,8 @@ it('can parse response', () => {
|
||||||
return p
|
return p
|
||||||
})
|
})
|
||||||
|
|
||||||
|
const image = 'https://mage.stream.nos.pt/mage/v1/Images?sourceUri=http://vip.pam.local.internal/PAM.Images/Store/8329ed1aec5d4c0faa2056972256ff9f&profile=ott_1_452x340&client_id=xe1dgrShwdR1DVOKGmsj8Ut4QLlGyOFI'
|
||||||
|
|
||||||
expect(results[0]).toMatchObject({
|
expect(results[0]).toMatchObject({
|
||||||
start: '2023-12-11T16:30:00.000Z',
|
start: '2023-12-11T16:30:00.000Z',
|
||||||
stop: '2023-12-11T17:00:00.000Z',
|
stop: '2023-12-11T17:00:00.000Z',
|
||||||
|
@ -36,8 +38,10 @@ it('can parse response', () => {
|
||||||
'A história de dois melhores amigos veterinários e o seu extraordinário trabalho na Austrália.',
|
'A história de dois melhores amigos veterinários e o seu extraordinário trabalho na Austrália.',
|
||||||
season: 1,
|
season: 1,
|
||||||
episode: 12,
|
episode: 12,
|
||||||
image:
|
icon: {
|
||||||
'https://mage.stream.nos.pt/v1/nostv_mage/Images?sourceUri=http://vip.pam.local.internal/PAM.Images/Store/8329ed1aec5d4c0faa2056972256ff9f&profile=ott_1_452x340&client_id=xe1dgrShwdR1DVOKGmsj8Ut4QLlGyOFI'
|
src: image
|
||||||
|
},
|
||||||
|
image
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue