Skip to content

Commit

Permalink
fixing the incorrect recording video url (SatelliteQE#13714)
Browse files Browse the repository at this point in the history
fixing the recording video url
  • Loading branch information
omkarkhatavkar authored and shweta83 committed Apr 10, 2024
1 parent f089197 commit 312605a
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 312605a

Please sign in to comment.