Skip to content

Commit

Permalink
minduration non-required
Browse files Browse the repository at this point in the history
  • Loading branch information
ikagotso committed Oct 4, 2023
1 parent a2e387f commit 138b3a3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 52 deletions.
1 change: 0 additions & 1 deletion adapters/sovrn/sovrn.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ func (s *SovrnAdapter) MakeRequests(request *openrtb2.BidRequest, reqInfo *adapt
video := imp.Video
if video != nil {
if video.MIMEs == nil ||
video.MinDuration == 0 ||
video.MaxDuration == 0 ||
video.Protocols == nil {
errs = append(errs, &errortypes.BadInput{
Expand Down
2 changes: 0 additions & 2 deletions adapters/sovrn/sovrntest/video/simple-video.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"video/3gpp",
"video/x-ms-wmv"
],
"minduration": 5,
"maxduration": 30,
"protocols": [
4,
Expand Down Expand Up @@ -79,7 +78,6 @@
"video/3gpp",
"video/x-ms-wmv"
],
"minduration": 5,
"maxduration": 30,
"protocols": [
4,
Expand Down
49 changes: 0 additions & 49 deletions adapters/sovrn/sovrntest/videosupplemental/no-minduration.json

This file was deleted.

0 comments on commit 138b3a3

Please sign in to comment.