diff --git a/tests/commands/epg/grab.test.ts b/tests/commands/epg/grab.test.ts index 92f90a1f..3459f99a 100644 --- a/tests/commands/epg/grab.test.ts +++ b/tests/commands/epg/grab.test.ts @@ -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', () => {