Update grab.test.ts

This commit is contained in:
freearhey
2025-07-26 06:32:13 +03:00
parent 4bffb58259
commit 40dd17114d

View File

@@ -112,8 +112,7 @@ describe('epg:grab', () => {
const stdout = execSync(cmd, { encoding: 'utf8' })
if (process.env.DEBUG === 'true') console.log(cmd, stdout)
expect(stdout).toContain(`curl https://example.com \\
-X GET`)
expect(stdout).toContain('curl https://example.com')
})
it('can grab epg with multiple channels.xml files', () => {