remove cookie test

This commit is contained in:
Ismaël Moret
2025-10-27 04:28:47 -04:00
committed by GitHub
parent 43ebf91d62
commit a5ab514077

View File

@@ -1,4 +1,4 @@
const { parser, url, request } = require('./tvpassport.com.config.js')
const { parser, url } = require('./tvpassport.com.config.js')
const fs = require('fs')
const path = require('path')
const dayjs = require('dayjs')
@@ -19,12 +19,6 @@ it('can generate valid url', () => {
)
})
it('can generate valid request headers', () => {
expect(request.headers).toMatchObject({
Cookie: 'cisession=e49ff13191d6875887193cae9e324b44ef85768d;'
})
})
it('can parse response', () => {
const content = fs.readFileSync(path.resolve(__dirname, '__data__/content.html'))