mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
fix production endpoint in test
This commit is contained in:
@@ -9,7 +9,7 @@ dayjs.extend(customParseFormat)
|
||||
dayjs.extend(utc)
|
||||
|
||||
const API_STATIC_ENDPOINT = 'https://static.spark.telenet.tv/eng/web/epg-service-lite/be'
|
||||
const API_PROD_ENDPOINT = 'https://prod.spark.telenet.tv/eng/web/linear-service/v2'
|
||||
const API_PROD_ENDPOINT = 'https://spark-prod-be.gnp.cloud.telenet.tv/eng/web/linear-service/v2'
|
||||
|
||||
jest.mock('axios')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user