Update sat.tv

Update sat.tv.config.js & sat.tv.test.js
This commit is contained in:
PopeyeTheSai10r
2025-06-10 16:29:26 -07:00
parent 11e3f2cabe
commit 6db4609c83
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ const customParseFormat = require('dayjs/plugin/customParseFormat')
dayjs.extend(utc) dayjs.extend(utc)
dayjs.extend(customParseFormat) dayjs.extend(customParseFormat)
const API_ENDPOINT = 'https://sat.tv/wp-content/themes/twentytwenty-child/ajax_chaines.php' const API_ENDPOINT = 'https://www.sat.tv/wp-content/themes/twentytwenty-child/ajax_chaines.php'
module.exports = { module.exports = {
site: 'sat.tv', site: 'sat.tv',
+1 -1
View File
@@ -15,7 +15,7 @@ const channel = {
} }
it('can generate valid url', () => { it('can generate valid url', () => {
expect(url).toBe('https://sat.tv/wp-content/themes/twentytwenty-child/ajax_chaines.php') expect(url).toBe('https://www.sat.tv/wp-content/themes/twentytwenty-child/ajax_chaines.php')
}) })
it('can generate valid request method', () => { it('can generate valid request method', () => {