github.com/prebid/prebid-server/v2@v2.18.0/adapters/cpmstar/cpmstartest/supplemental/server-error-code.json (about) 1 { 2 "mockBidRequest": { 3 "id": "some_test_auction", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "w": 600, 9 "h": 300 10 }, 11 "ext": { 12 "bidder": { 13 "placementId": 154 14 } 15 } 16 } 17 ] 18 }, 19 20 "httpCalls": [ 21 { 22 "expectedRequest": { 23 "uri": "//host", 24 "body": { 25 "id": "some_test_auction", 26 "imp": [ 27 { 28 "id": "test-imp-id", 29 "banner": { 30 "w": 600, 31 "h": 300 32 }, 33 "ext": { 34 "placementId": 154 35 } 36 } 37 ] 38 }, 39 "impIDs":["test-imp-id"] 40 }, 41 "mockResponse": { 42 "status": 500, 43 "body": {} 44 } 45 } 46 ], 47 48 "expectedMakeBidsErrors": [ 49 { 50 "value": "Unexpected HTTP status code: 500. Run with request.debug = 1 for more info", 51 "comparison": "literal" 52 } 53 ] 54 }