Commit 5f52cea0 authored by Boxiang Sun's avatar Boxiang Sun

peertube: fixup

parent 5547a758
Pipeline #25210 passed with stage
in 0 seconds
...@@ -402,7 +402,7 @@ class TestTheiaResiliencePeertube(test_resiliency.TestTheiaResilience): ...@@ -402,7 +402,7 @@ class TestTheiaResiliencePeertube(test_resiliency.TestTheiaResilience):
self.assertIn('streaming-playlists', video_path) self.assertIn('streaming-playlists', video_path)
streaming_video_path = video_path[video_path.index('streaming-playlists'):] streaming_video_path = video_path[video_path.index('streaming-playlists'):]
video_url = frontend_url + 'static/' + streaming_video_path video_url = frontend_url + '/static/' + streaming_video_path
response = requests.get(video_url, verify=False) response = requests.get(video_url, verify=False)
# The video mp4 file is accesible through the URL # The video mp4 file is accesible through the URL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment