Update tvguide.com.test.js

This commit is contained in:
freearhey 2024-06-24 15:59:19 +03:00
parent 5b376e916e
commit 4c255ea7d8

View file

@ -18,7 +18,7 @@ const channel = {
it('can generate valid url', () => { it('can generate valid url', () => {
expect(url({ date, channel })).toBe( expect(url({ date, channel })).toBe(
'https://fandom-prod.apigee.net/v1/xapi/tvschedules/tvguide/9100001138/web?start=1667088000&duration=1440&channelSourceIds=9200018514' 'https://internal-prod.apigee.fandom.net/v1/xapi/tvschedules/tvguide/9100001138/web?start=1667088000&duration=1440&channelSourceIds=9200018514'
) )
}) })