github.com/prebid/prebid-server/v2@v2.18.0/adapters/adsinteractive/adsinteractivetest/supplemental/bad-response.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 } 13 ] 14 }, 15 "ext": { 16 "bidder": { 17 "adUnit": "fake-adunit-name" 18 } 19 } 20 } 21 ] 22 }, 23 24 "httpCalls": [ 25 { 26 "expectedRequest": { 27 "uri": "http://bid.adsinteractive.com/prebid", 28 "body": { 29 "id": "test-request-id", 30 "imp": [ 31 { 32 "id": "test-imp-id", 33 "banner": { 34 "format": [ 35 { 36 "w": 300, 37 "h": 250 38 } 39 ] 40 }, 41 "ext": { 42 "bidder": { 43 "adUnit": "fake-adunit-name" 44 } 45 } 46 } 47 ] 48 }, 49 "impIDs":["test-imp-id"] 50 }, 51 "mockResponse": { 52 "status": 200, 53 "body": "" 54 } 55 } 56 ], 57 58 "expectedMakeBidsErrors": [ 59 { 60 "value": "json: cannot unmarshal string into Go value of type openrtb2.BidResponse", 61 "comparison": "literal" 62 } 63 ] 64 }