mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 02:47:02 -05:00
Fix for test case, since we now remove HTML tags from program description
This commit is contained in:
@@ -52,7 +52,7 @@ it('can parse response', async () => {
|
||||
start: dayjs.tz(date, 'Asia/Seoul'),
|
||||
stop: dayjs.tz(date, 'Asia/Seoul').add(30, 'minute'),
|
||||
icon: "https://img.arirang.com/v1/AUTH_d52449c16d3b4bbca17d4fffd9fc44af/public/images/202308/2080840096998752900.png",
|
||||
description: "NEWS<div></div>",
|
||||
description: "NEWS",
|
||||
category: "Current Affairs"
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user