github.com/prebid/prebid-server/v2@v2.18.0/adapters/adview/adviewtest/supplemental/server-error.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 "impIDs":["test-imp-id"] 39 }, 40 "mockResponse": { 41 "status": 500, 42 "body": "Server error" 43 } 44 } 45 ], 46 "expectedBidResponses": [], 47 "expectedMakeBidsErrors": [ 48 { 49 "value": "Unexpected status code: 500.", 50 "comparison": "literal" 51 } 52 ] 53 }