Commit 98eb967b authored by Boxiang Sun's avatar Boxiang Sun

peertube: test fixup

parent 83c36248
Pipeline #25234 passed with stage
in 0 seconds
......@@ -411,7 +411,7 @@ class TestTheiaResiliencePeertube(test_resiliency.TestTheiaResilience):
# The video mp4 file is accesible through the URL
self.assertEqual(requests.codes['OK'], response.status_code)
video_feeds_url = frontend_url + '/feeds/video.json'
video_feeds_url = frontend_url + '/feeds/videos.json'
response = requests.get(video_feeds_url, verify=False)
# The video feeds returns the correct status code
......
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