Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 578191431
  • Loading branch information
Interactive Media Ads Developer Relations authored and IMA Developer Relations committed Oct 31, 2023
1 parent e6e1a73 commit 11036c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public VideoListItem[] getVideoListItems() {
"VOD - HLS - Tears of Steel",
null,
null,
"2548831",
"2528370",
"tears-of-steel",
StreamFormat.HLS,
null),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class SampleAdsWrapper
private static final String TEST_DASH_ASSET_KEY = "PSzZMzAkSXCmlJOWDmRj8Q";

// VOD HLS content source and video IDs.
private static final String TEST_HLS_CONTENT_SOURCE_ID = "2548831";
private static final String TEST_HLS_CONTENT_SOURCE_ID = "2528370";
private static final String TEST_HLS_VIDEO_ID = "tears-of-steel";

// VOD DASH content source and video IDs.
Expand Down

0 comments on commit 11036c1

Please sign in to comment.