mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Fix for test case, since we now remove HTML tags from program description
This commit is contained in:
parent
8b1be0607f
commit
a1f6afa9f8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue