github.com/prebid/prebid-server/v2@v2.18.0/adapters/rise/risetest/supplemental/missing-bidder.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-missing-ext-id", 7 "video": { 8 "mimes": [ 9 "video/mp4" 10 ], 11 "minduration": 1, 12 "maxduration": 2, 13 "maxextended": 30, 14 "minbitrate": 300, 15 "maxbitrate": 1500, 16 "protocols": [1,2,5], 17 "w": 1020, 18 "h": 780, 19 "startdelay": 1, 20 "placement": 1, 21 "playbackmethod": [2], 22 "delivery": [1], 23 "api": [1,2,3,4] 24 }, 25 "ext": {} 26 } 27 ] 28 }, 29 "expectedMakeRequestsErrors": [ 30 { 31 "value": "extractOrg: unmarshal ImpExtRise: unexpected end of JSON input", 32 "comparison": "literal" 33 } 34 ] 35 }