We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iltalehti.fi
Test failed:
npm test -- iltalehti.fi > test > run-script-os iltalehti.fi > test:default > TZ=Pacific/Nauru npx jest --runInBand iltalehti.fi FAIL sites/iltalehti.fi/iltalehti.fi.test.js ✕ can generate valid url (10 ms) ✓ can parse response (28 ms) ✓ can handle empty guide (1 ms) ● can generate valid url expect(received).toBe(expected) // Object.is equality Expected: "https://telkku.com/api/channel-groups/default_builtin_channelgroup1/offering?startTime=00%3A00%3A00.000&duration=PT24H&inclusionPolicy=IncludeOngoingAlso&limit=1000&tvDate=2022-10-29&view=PublicationDetails" Received: "https://telkku.com/api/channel-groups/default_builtin_channelgroupdefault_builtin_channelgroup1/offering?startTime=00%3A00%3A00.000&duration=PT24H&inclusionPolicy=IncludeOngoingAlso&limit=1000&tvDate=2022-10-29&view=PublicationDetails" 15 | 16 | it('can generate valid url', () => { > 17 | expect(url({ channel, date })).toBe( | ^ 18 | 'https://telkku.com/api/channel-groups/default_builtin_channelgroup1/offering?startTime=00%3A00%3A00.000&duration=PT24H&inclusionPolicy=IncludeOngoingAlso&limit=1000&tvDate=2022-10-29&view=PublicationDetails' 19 | ) 20 | }) at Object.<anonymous> (sites/iltalehti.fi/iltalehti.fi.test.js:17:34) Test Suites: 1 failed, 1 total Tests: 1 failed, 2 passed, 3 total Snapshots: 0 total Time: 3.193 s Ran all test suites matching /iltalehti.fi/i.
The text was updated successfully, but these errors were encountered:
Update SITES.md
5b376e9
#2396
dbba6db
No branches or pull requests
Site
iltalehti.fi
Description
Test failed:
The text was updated successfully, but these errors were encountered: