mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
fix production endpoint in test
This commit is contained in:
parent
a0e26763c9
commit
b627ec0f56
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue