Skip to content

Commit

Permalink
[6.14.z] fixing the incorrect recording video url (#13720)
Browse files Browse the repository at this point in the history
fixing the incorrect recording video url (#13714)

fixing the recording video url

(cherry picked from commit de84bd3)

Co-authored-by: Omkar Khatavkar <[email protected]>
  • Loading branch information
Satellite-QE and omkarkhatavkar authored Jan 10, 2024
1 parent 4353101 commit 190c46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robottelo/hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -1872,7 +1872,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)
Expand Down

0 comments on commit 190c46f

Please sign in to comment.