Update mojmaxtv.hrvatskitelekom.hr.test.js

Make test happy
This commit is contained in:
nirvana-7777 2025-02-21 13:34:16 +01:00 committed by GitHub
parent fab5f9ad08
commit 667c3944c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,10 +45,6 @@ it('can generate valid request headers', () => {
expect(request.headers).toMatchObject({
app_key: 'GWaBW4RTloLwpUgYVzOiW5zUxFLmoMj5',
app_version: '02.0.1080',
'device-id': 'a78f079d-5527-46d8-af3f-9f0b6b6fb758',
'x-request-session-id': 'fc96c9de-7a3b-4b51-8b9d-5d9f9a3c3268',
'x-request-tracking-id': '05a8f0bc-f977-4754-b8ad-1d4d1bd742fb',
'x-user-agent': 'web|web|Chrome-128|02.0.1080|1'
})
})