We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c9c6c commit 15d50baCopy full SHA for 15d50ba
1 file changed
video_test.go
@@ -40,7 +40,7 @@ var _ = Describe("Video", func() {
40
{W: 300, H: 250, ID: "1234567893-1", Pos: AdPosAboveFold, BAttr: []int{CreativeAttributeUserInitiated, CreativeAttributeWindowsDialogOrAlert}, ExpDir: []int{ExpDirRight, ExpDirDown}},
41
{W: 728, H: 90, ID: "1234567893-2", Pos: AdPosAboveFold, BAttr: []int{CreativeAttributeUserInitiated, CreativeAttributeWindowsDialogOrAlert}},
42
},
43
- Placement: 1,
+ Placement: VideoPlacementInStream,
44
Api: []int{APIFrameworkVPAID1, APIFrameworkVPAID2},
45
CompanionType: []int{VASTCompanionStatic, VASTCompanionHTML},
46
}))
0 commit comments