Skip to content

Commit

Permalink
Add bsm/openrtb package on request test
Browse files Browse the repository at this point in the history
  • Loading branch information
emaraschio committed Mar 3, 2017
1 parent 4263ac9 commit 48a0445
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion native/request/request_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"io/ioutil"
"testing"

"github.com/bsm/openrtb"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
Expand All @@ -24,7 +25,7 @@ var _ = Describe("Request", func() {
{ID: 128, Image: &Image{TypeID: ImageTypeMain, WidthMin: 836, HeightMin: 627, Width: 1000, Height: 800, Mimes: []string{"image/jpg"}}},
{ID: 126, Required: 1, Data: &Data{TypeID: DataTypeSponsored, Length: 25}},
{ID: 127, Required: 1, Data: &Data{TypeID: DataTypeDesc, Length: 140}},
{ID: 4, Video: &Video{MinDuration: 15, MaxDuration: 30, Protocols: []int{VideoProtoVAST2, VideoProtoVAST3}, Mimes: []string{"video/mp4"}}},
{ID: 4, Video: &Video{MinDuration: 15, MaxDuration: 30, Protocols: []int{openrtb.VideoProtoVAST2, openrtb.VideoProtoVAST3}, Mimes: []string{"video/mp4"}}},
},
}))
})
Expand Down

0 comments on commit 48a0445

Please sign in to comment.