diff --git a/robottelo/hosts.py b/robottelo/hosts.py index 8e48f963fe1..f20b2ce4956 100644 --- a/robottelo/hosts.py +++ b/robottelo/hosts.py @@ -1857,7 +1857,7 @@ def get_caller(): raise finally: video_url = settings.ui.grid_url.replace( - ':4444', f'/videos/{ui_session.ui_session_id}.mp4' + ':4444', f'/videos/{ui_session.ui_session_id}/video.mp4' ) if self.record_property is not None and settings.ui.record_video: self.record_property('video_url', video_url)