mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-22 17:48:09 +00:00
test: Fix timeshift test for is_catchup_enabled
This commit is contained in:
parent
ce6b0099a1
commit
532ac1ccfd
1 changed files with 1 additions and 0 deletions
|
|
@ -5327,6 +5327,7 @@ class CatchupProxyTests(TestCase):
|
|||
with patch.object(views, "network_access_allowed", return_value=True), \
|
||||
patch.object(views, "Channel") as channel_cls, \
|
||||
patch.object(views, "_user_can_access_channel", return_value=True), \
|
||||
patch.object(views, "is_catchup_enabled", return_value=True), \
|
||||
patch.object(views, "get_channel_catchup_streams",
|
||||
return_value=[_make_catchup_stream()]), \
|
||||
patch.object(views, "resolve_catchup_duration", return_value=40), \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue