github.com/prebid/prebid-server/v2@v2.18.0/adapters/sovrnXsp/sovrnXsptest/supplemental/response-http-error.json (about) 1 { 2 "mockBidRequest": { 3 "id": "abc", 4 "app": { 5 "id": "0jqCuiqHfPDHAHrdFfGG", 6 "bundle": "test", 7 "publisher": { 8 "id": "sovrn" 9 } 10 }, 11 "imp": [ 12 { 13 "id": "imp123", 14 "bidfloor": 1.0, 15 "banner": { 16 "format": [ 17 { 18 "w": 300, 19 "h": 250 20 } 21 ], 22 "w": 300, 23 "h": 250 24 }, 25 "ext": { 26 "bidder": { 27 "pub_id": "sovrn", 28 "med_id": "0jqCuiqHfPDHAHrdFfGG", 29 "zone_id": "FgUtQqop18uf1I2fwDie" 30 } 31 } 32 } 33 ] 34 }, 35 36 "httpCalls": [ 37 { 38 "expectedRequest": { 39 "uri": "http://xsp.lijit.com/json/rtb/prebid/server", 40 "body":{ 41 "id": "abc", 42 "app": { 43 "id": "0jqCuiqHfPDHAHrdFfGG", 44 "bundle": "test", 45 "publisher": { 46 "id": "sovrn" 47 } 48 }, 49 "imp": [{ 50 "id": "imp123", 51 "tagid": "FgUtQqop18uf1I2fwDie", 52 "bidfloor": 1.0, 53 "banner": { 54 "format": [{ 55 "w": 300, 56 "h": 250 57 }], 58 "w": 300, 59 "h": 250 60 }, 61 "ext": { 62 "bidder": { 63 "pub_id": "sovrn", 64 "med_id": "0jqCuiqHfPDHAHrdFfGG", 65 "zone_id": "FgUtQqop18uf1I2fwDie" 66 } 67 } 68 }] 69 }, 70 "impIDs":["imp123"] 71 }, 72 "mockResponse": { 73 "status": 500, 74 "body": {} 75 } 76 } 77 ], 78 79 "expectedBidResponses": [], 80 81 "expectedMakeBidsErrors": [{ 82 "value": "Unexpected status code: 500", 83 "comparison": "regex" 84 }] 85 }