Skip to content

Commit

Permalink
Updated: Vier.be tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
basrieter committed Aug 7, 2024
1 parent e69c190 commit 48d6317
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/channel_tests/test_chn_vier.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
import datetime
import unittest

from . channeltest import ChannelTest

Expand Down Expand Up @@ -34,6 +35,7 @@ def test_season_listing(self):
url = "https://www.goplay.be/hetisingewikkeld"
self._test_folder_url(url, 1)

@unittest.skip("Requires a log in.")
def test_resolve_via_url(self):
url = "https://www.goplay.be/video/hetisingewikkeld/hetisingewikkeld-seizoen-1/hetisingewikkeld-s1-aflevering-8"
self._test_video_url(url)
Expand Down

0 comments on commit 48d6317

Please sign in to comment.