Update pluto.tv.test.js

This commit is contained in:
Newbiect 2024-12-31 17:25:08 -05:00 committed by GitHub
parent 0d32c3dedd
commit 6fb40b5c07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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