github.com/prebid/prebid-server@v0.275.0/adapters/videobyte/videobytetest/supplemental/invalid-imp-ext.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "bcat": [ 5 "IAB25", 6 "IAB7-39", 7 "IAB8-18" 8 ], 9 "user": { 10 "buyeruid": "user-101", 11 "yob": 1973 12 }, 13 "device": { 14 "ua": "my-user-agent", 15 "ip": "1.2.3.4" 16 }, 17 "imp": [ 18 { 19 "id": "test-imp-id", 20 "video": { 21 "w": 900, 22 "h": 250, 23 "mimes": [ 24 "video/x-flv", 25 "video/mp4" 26 ] 27 }, 28 "ext": "invalid-ext" 29 } 30 ], 31 "site": { 32 "domain": "example.com", 33 "page": "http://example.com/page-1", 34 "ref": "http://referer.com/page-2" 35 } 36 }, 37 "expectedMakeRequestsErrors": [ 38 { 39 "value": "Ignoring imp id=test-imp-id, error while decoding extImpBidder, err: json: cannot unmarshal string into Go value of type adapters.ExtImpBidder", 40 "comparison": "literal" 41 } 42 ] 43 }