github.com/prebid/prebid-server@v0.275.0/adapters/beachfront/beachfronttest/supplemental/bidder_response_unmarshal_error_adm_video.json (about) 1 { 2 "mockBidRequest": { 3 "id": "adm-video", 4 "imp": [ 5 { 6 "id": "video1", 7 "ext": { 8 "bidder": { 9 "appId": "videoAppId1" 10 } 11 }, 12 "video": { 13 "mimes": [ 14 "video/mp4" 15 ], 16 "context": "instream", 17 "w": 300, 18 "h": 250 19 } 20 } 21 ], 22 "site": { 23 "page": "https://some.domain.us/some/page.html" 24 }, 25 "device":{ 26 "ip":"255.255.255.255" 27 } 28 }, 29 30 "httpCalls": [ 31 { 32 "expectedRequest": { 33 "uri": "https://qa.beachrtb.com/bid.json?exchange_id=videoAppId1", 34 "body": { 35 "id": "adm-video", 36 "imp": [ 37 { 38 "video": { 39 "w": 300, 40 "h": 250, 41 "mimes": [ 42 "video/mp4" 43 ] 44 }, 45 "id": "video1", 46 "secure": 1 47 } 48 ], 49 "site": { 50 "page": "https://some.domain.us/some/page.html", 51 "domain": "some.domain.us" 52 }, 53 "cur": [ 54 "USD" 55 ], 56 "device":{ 57 "devicetype": 2, 58 "ip":"255.255.255.255" 59 } 60 } 61 }, 62 "mockResponse": { 63 "status": 200, 64 "body": { 65 "wrong": "very very wrong.", 66 "alsoWrong": "not even close to right." 67 } 68 } 69 } 70 ], 71 72 "expectedMakeBidsErrors": [ 73 { 74 "value": "server response failed to unmarshal as valid rtb. Run with request.debug = 1 for more info", 75 "comparison": "literal" 76 } 77 ] 78 }