mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update pluto.tv.test.js
This commit is contained in:
parent
0d32c3dedd
commit
6fb40b5c07
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue