github.com/prebid/prebid-server@v0.275.0/adapters/adview/adviewtest/supplemental/unparsable-response.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [{ 5 "id": "test-imp-id", 6 "native": { 7 "request": "" 8 }, 9 "ext": { 10 "bidder": { 11 "placementId": "posid00001", 12 "accountId": "accountid01" 13 } 14 } 15 }] 16 }, 17 "httpCalls": [ 18 { 19 "expectedRequest": { 20 "uri": "https://bid.adview.com/agent/thirdAdxService/accountid01", 21 "body": { 22 "id": "test-request-id", 23 "cur": ["USD"], 24 "imp": [{ 25 "ext": { 26 "bidder": { 27 "placementId": "posid00001", 28 "accountId": "accountid01" 29 } 30 }, 31 "id": "test-imp-id", 32 "native": { 33 "request": "" 34 }, 35 "tagid": "posid00001" 36 }] 37 } 38 }, 39 "mockResponse": { 40 "status": 200, 41 "body": "" 42 } 43 } 44 ], 45 "expectedBidResponses": [], 46 "expectedMakeBidsErrors": [ 47 { 48 "value": "json: cannot unmarshal string into Go value of type openrtb2.BidResponse", 49 "comparison": "literal" 50 } 51 ] 52 }