mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-15 14:36:36 +03:00
More test reorg
This commit is contained in:
+6
-6
@@ -30,27 +30,27 @@ var _ = Describe("BidRequest", func() {
|
||||
|
||||
Entry(
|
||||
"Simple Banner",
|
||||
"bid-request-simple-banner.json",
|
||||
"bid-request/simple-banner.json",
|
||||
new(BidRequest)),
|
||||
Entry(
|
||||
"Expandable Creative",
|
||||
"bid-request-expandable-creative.json",
|
||||
"bid-request/expandable-creative.json",
|
||||
new(BidRequest)),
|
||||
Entry(
|
||||
"Mobile",
|
||||
"bid-request-mobile.json",
|
||||
"bid-request/mobile.json",
|
||||
new(BidRequest)),
|
||||
Entry(
|
||||
"Video",
|
||||
"bid-request-video.json",
|
||||
"bid-request/video.json",
|
||||
new(BidRequest)),
|
||||
Entry(
|
||||
"PMP with Direct Deal",
|
||||
"bid-request-pmp-with-direct-deal.json",
|
||||
"bid-request/pmp-with-direct-deal.json",
|
||||
new(BidRequest)),
|
||||
Entry(
|
||||
"Native Ad",
|
||||
"bid-request-native-ad.json",
|
||||
"bid-request/native-ad.json",
|
||||
new(BidRequest)),
|
||||
)
|
||||
})
|
||||
|
||||
@@ -30,19 +30,19 @@ var _ = Describe("BidResponse", func() {
|
||||
|
||||
Entry(
|
||||
"Ad Served on Win Notice",
|
||||
"bid-response-ad-served-on-win-notice.json",
|
||||
"bid-response/ad-served-on-win-notice.json",
|
||||
new(BidResponse)),
|
||||
Entry(
|
||||
"VAST XML Document Returned Inline",
|
||||
"bid-response-vast-xml-document-returned-inline.json",
|
||||
"bid-response/vast-xml-document-returned-inline.json",
|
||||
new(BidResponse)),
|
||||
Entry(
|
||||
"Direct Deal Ad Served on Win Notice",
|
||||
"bid-response-direct-deal-ad-served-on-win-notice.json",
|
||||
"bid-response/direct-deal-ad-served-on-win-notice.json",
|
||||
new(BidResponse)),
|
||||
Entry(
|
||||
"Native Markup Returned Inline",
|
||||
"bid-response-native-markup-returned-inline.json",
|
||||
"bid-response/native-markup-returned-inline.json",
|
||||
new(BidResponse)),
|
||||
)
|
||||
})
|
||||
|
||||
Vendored
Vendored
Reference in New Issue
Block a user