Merge pull request #2397 from iptv-org/fix-tvguide.com

Fix tvguide.com
This commit is contained in:
PopeyeTheSai10r 2024-06-26 17:02:56 -07:00 committed by GitHub
commit b52ff68fd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ const channel = {
it('can generate valid url', () => {
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'
)
})