fix production endpoint in test

This commit is contained in:
David Claeys 2024-07-24 14:11:55 +02:00
parent a0e26763c9
commit b627ec0f56

View file

@ -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')