diff --git a/tests/test_video/test_reader.py b/tests/test_video/test_reader.py index f62ac5b79..c3bbdb7dc 100644 --- a/tests/test_video/test_reader.py +++ b/tests/test_video/test_reader.py @@ -45,7 +45,7 @@ class TestVideoReader: def setup_class(cls): cls.video_path = osp.join(osp.dirname(__file__), '../data/test.mp4') cls.num_frames = 168 - cls.video_url = 'https://www.learningcontainer.com/wp-content/uploads/2020/05/sample-mp4-file.mp4' # noqa: E501 + cls.video_url = 'https://download.openmmlab.com/mmcv/test_data/sample-mp4-file.mp4' # noqa: E501 def test_load(self): # read from video file