From 6f17304a944cc19f7678bbbc9b8098a0d698c27e Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 16 Aug 2026 01:50:54 +0300 Subject: [PATCH] Update tests/__data__ --- tests/__data__/expected/issue_validate/logs/streams_add.txt | 2 +- tests/__data__/expected/issue_validate/logs/streams_edit.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/__data__/expected/issue_validate/logs/streams_add.txt b/tests/__data__/expected/issue_validate/logs/streams_add.txt index 92f3af9505..a138b22a06 100644 --- a/tests/__data__/expected/issue_validate/logs/streams_add.txt +++ b/tests/__data__/expected/issue_validate/logs/streams_add.txt @@ -1,2 +1,2 @@ The request contains error(s): -- There is no feed with the ID "undefined" for the "ManoramaNews.in" channel in the database \ No newline at end of file +- The request is missing the feed ID \ No newline at end of file diff --git a/tests/__data__/expected/issue_validate/logs/streams_edit.txt b/tests/__data__/expected/issue_validate/logs/streams_edit.txt index 5643d628b3..7a2f28bdab 100644 --- a/tests/__data__/expected/issue_validate/logs/streams_edit.txt +++ b/tests/__data__/expected/issue_validate/logs/streams_edit.txt @@ -1,2 +1,3 @@ The request contains error(s): -- The stream with the URL "https://livestream.telvue.com/templeuni1/f7b44cfafd5c52223d5498196c8a2e7b.sdp/playlist.m3u8" is missing from the playlists \ No newline at end of file +- The stream with the URL "https://livestream.telvue.com/templeuni1/f7b44cfafd5c52223d5498196c8a2e7b.sdp/playlist.m3u8" is missing from the playlists +- There is no channel with the ID "boo.us" in the database \ No newline at end of file