mirror of
https://github.com/iptv-org/epg
synced 2026-09-15 13:36:25 -04:00
Update pluto.tv.test.js
This commit is contained in:
@@ -17,7 +17,7 @@ const channel = {
|
|||||||
it('can generate valid url', () => {
|
it('can generate valid url', () => {
|
||||||
const url = config.url({ date, channel });
|
const url = config.url({ date, channel });
|
||||||
expect(url).toBe(
|
expect(url).toBe(
|
||||||
'https://api.pluto.tv/v2/channels/5ee92e72fb286e0007285fec?start=2024-12-28T00:00:00.000Z&stop=2024-12-29T23:59:59.999Z'
|
'https://api.pluto.tv/v2/channels/5ee92e72fb286e0007285fec?start=2024-12-27T12:00:00.000Z&stop=2024-12-31T11:59:59.999Z'
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user