Skip to content

Commit

Permalink
[6.15.z] fixing the incorrect recording video url (#13722)
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 c6f27b4 commit 08caa3a
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 @@ -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)
Expand Down

0 comments on commit 08caa3a

Please sign in to comment.