From 6db4609c833462332a13c18734aadd3454881518 Mon Sep 17 00:00:00 2001 From: PopeyeTheSai10r <107763146+PopeyeTheSai10r@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:29:26 -0700 Subject: [PATCH] Update sat.tv Update sat.tv.config.js & sat.tv.test.js --- sites/sat.tv/sat.tv.config.js | 2 +- sites/sat.tv/sat.tv.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/sat.tv/sat.tv.config.js b/sites/sat.tv/sat.tv.config.js index 8a011a336..204ab99a1 100644 --- a/sites/sat.tv/sat.tv.config.js +++ b/sites/sat.tv/sat.tv.config.js @@ -7,7 +7,7 @@ const customParseFormat = require('dayjs/plugin/customParseFormat') dayjs.extend(utc) 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 = { site: 'sat.tv', diff --git a/sites/sat.tv/sat.tv.test.js b/sites/sat.tv/sat.tv.test.js index 8e3cfda7f..e7e957807 100644 --- a/sites/sat.tv/sat.tv.test.js +++ b/sites/sat.tv/sat.tv.test.js @@ -15,7 +15,7 @@ const channel = { } 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', () => {