Skip to content

Commit a5ab514

Browse files
remove cookie test
1 parent 43ebf91 commit a5ab514

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

sites/tvpassport.com/tvpassport.com.test.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { parser, url, request } = require('./tvpassport.com.config.js')
1+
const { parser, url } = require('./tvpassport.com.config.js')
22
const fs = require('fs')
33
const path = require('path')
44
const dayjs = require('dayjs')
@@ -19,12 +19,6 @@ it('can generate valid url', () => {
1919
)
2020
})
2121

22-
it('can generate valid request headers', () => {
23-
expect(request.headers).toMatchObject({
24-
Cookie: 'cisession=e49ff13191d6875887193cae9e324b44ef85768d;'
25-
})
26-
})
27-
2822
it('can parse response', () => {
2923
const content = fs.readFileSync(path.resolve(__dirname, '__data__/content.html'))
3024

0 commit comments

Comments
 (0)