mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 02:47:02 -05:00
Fixes seezntv.com
This commit is contained in:
@@ -16,6 +16,9 @@ module.exports = {
|
|||||||
request: {
|
request: {
|
||||||
headers: {
|
headers: {
|
||||||
'X-DEVICE-TYPE': 'PCWEB',
|
'X-DEVICE-TYPE': 'PCWEB',
|
||||||
|
'X-DEVICE-MODEL': 'Chrome',
|
||||||
|
'X-OS-TYPE': 'Windows',
|
||||||
|
'X-OS-VERSION': '11',
|
||||||
transactionId: '0'
|
transactionId: '0'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -23,6 +23,9 @@ it('can generate valid url', () => {
|
|||||||
it('can generate valid request headers', () => {
|
it('can generate valid request headers', () => {
|
||||||
expect(request.headers).toMatchObject({
|
expect(request.headers).toMatchObject({
|
||||||
'X-DEVICE-TYPE': 'PCWEB',
|
'X-DEVICE-TYPE': 'PCWEB',
|
||||||
|
'X-DEVICE-MODEL': 'Chrome',
|
||||||
|
'X-OS-TYPE': 'Windows',
|
||||||
|
'X-OS-VERSION': '11',
|
||||||
transactionId: '0'
|
transactionId: '0'
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user