github.com/prebid/prebid-server/v2@v2.18.0/adapters/between/betweentest/supplemental/dsp-server-internal-error-example.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "site": { 5 "page": "prebid.org" 6 }, 7 "user": { 8 "buyeruid": "be5e209ad46927520000000000000000" 9 }, 10 "imp": [ 11 { 12 "id": "test-imp-id", 13 "banner": { 14 "format": [ 15 { 16 "w": 728, 17 "h": 90 18 } 19 ] 20 }, 21 "ext": { 22 "bidder": { 23 "host": "127.0.0.1", 24 "publisher_id": "1" 25 } 26 } 27 } 28 ] 29 }, 30 "httpCalls": [ 31 { 32 "expectedRequest": { 33 "uri": "http://127.0.0.1/1", 34 "body": { 35 "id": "test-request-id", 36 "site": { 37 "page": "prebid.org" 38 }, 39 "user": { 40 "buyeruid": "be5e209ad46927520000000000000000" 41 }, 42 "imp": [ 43 { 44 "id": "test-imp-id", 45 "banner": { 46 "w": 728, 47 "h": 90 48 }, 49 "secure": 0, 50 "ext": { 51 "bidder": { 52 "host": "127.0.0.1", 53 "publisher_id": "1" 54 } 55 } 56 } 57 ] 58 }, 59 "impIDs":["test-imp-id"] 60 }, 61 "mockResponse": { 62 "status": 500, 63 "body": { 64 } 65 } 66 } 67 ], 68 "expectedMakeBidsErrors": [ 69 { 70 "value": "Invalid Status Returned: 500. Run with request.debug = 1 for more info", 71 "comparison": "literal" 72 } 73 ] 74 }