Skip to content

Commit

Permalink
EWPP-3846: Fix test case to use actual video.
Browse files Browse the repository at this point in the history
  • Loading branch information
nagyad committed Jan 30, 2024
1 parent df883f9 commit 6693e7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected function setUp(): void {

$this->videoMedia = Media::create([
'bundle' => 'remote_video',
'oe_media_oembed_video' => 'https://www.youtube.com/watch?v=1-g73ty9v04',
'oe_media_oembed_video' => 'https://www.youtube.com/watch?v=OkPW9mK5Vw8',
]);
$this->videoMedia->save();

Expand Down

0 comments on commit 6693e7b

Please sign in to comment.