github.com/prebid/prebid-server/v2@v2.18.0/adapters/automatad/automatadtest/supplemental/error-500-request.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-banner-imp-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 200, 11 "h": 250 12 } 13 ] 14 }, 15 "ext": { 16 "bidder": { 17 "position": "123", 18 "placementId": "a34gh6d" 19 } 20 } 21 } 22 ], 23 "site": { 24 "id": "123" 25 } 26 }, 27 "httpCalls": [ 28 { 29 "expectedRequest": { 30 "uri": "http://www.biddertest.com", 31 "body": { 32 "id": "test-request-id", 33 "imp": [ 34 { 35 "id": "test-banner-imp-id", 36 "banner": { 37 "format": [ 38 { 39 "h": 250, 40 "w": 200 41 } 42 ] 43 }, 44 "ext": { 45 "bidder": { 46 "position": "123", 47 "placementId": "a34gh6d" 48 } 49 } 50 } 51 ], 52 "site": { 53 "id": "123" 54 } 55 }, 56 "impIDs":["test-banner-imp-id"] 57 }, 58 "mockResponse": { 59 "status": 500, 60 "body": "Something went wrong on the bidder's side." 61 } 62 } 63 ], 64 "expectedMakeBidsErrors": [ 65 { 66 "value": "Unexpected status code: 500. Something went wrong on the bidder's side.", 67 "comparison": "literal" 68 } 69 ] 70 }