Skip to content
New issue

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

i24news.tv #2398

Open
freearhey opened this issue Jun 24, 2024 · 0 comments
Open

i24news.tv #2398

freearhey opened this issue Jun 24, 2024 · 0 comments
Labels
broken guide Error in the EPG

Comments

@freearhey
Copy link
Collaborator

Site

i24news.tv

Description

Test failed:

npm test -- i24news.tv 

> test
> run-script-os i24news.tv


> test:default
> TZ=Pacific/Nauru npx jest --runInBand i24news.tv

 FAIL  sites/i24news.tv/i24news.tv.test.js
  ✕ can generate valid url (7 ms)
  ✓ can parse response (30 ms)
  ✓ can handle empty guide (1 ms)

  ● can generate valid url

    expect(received).toBe(expected) // Object.is equality

    Expected: "https://api.i24news.tv/v2/ar/schedules/world"
    Received: "https://api.i24news.tv/v2/ar/schedules/"

      13 |
      14 | it('can generate valid url', () => {
    > 15 |   expect(url({ channel })).toBe('https://api.i24news.tv/v2/ar/schedules/world')
         |                            ^
      16 | })
      17 |
      18 | it('can parse response', () => {

      at Object.<anonymous> (sites/i24news.tv/i24news.tv.test.js:15:28)

Test Suites: 1 failed, 1 total
Tests:       1 failed, 2 passed, 3 total
Snapshots:   0 total
Time:        3.207 s
Ran all test suites matching /i24news.tv/i.
@freearhey freearhey added the broken guide Error in the EPG label Jun 24, 2024
freearhey added a commit that referenced this issue Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
broken guide Error in the EPG
Development

No branches or pull requests

1 participant