github.com/prebid/prebid-server/v2@v2.18.0/adapters/stroeerCore/stroeercoretest/supplemental/bad-server-response.json (about) 1 { 2 "mockBidRequest": { 3 "id": "id", 4 "imp": [ 5 { 6 "id": "id", 7 "banner": { 8 "w": 300, 9 "h": 200 10 }, 11 "ext": { 12 "bidder": { 13 "sid": "tagid" 14 } 15 } 16 } 17 ], 18 "user": { 19 "buyeruid": "test-buyer-user-id" 20 } 21 }, 22 "httpCalls": [ 23 { 24 "expectedRequest": { 25 "uri": "http://localhost/s2sdsh", 26 "body": { 27 "id": "id", 28 "imp": [ 29 { 30 "id": "id", 31 "tagid": "tagid", 32 "banner": { 33 "w": 300, 34 "h": 200 35 }, 36 "ext": { 37 "bidder": { 38 "sid": "tagid" 39 } 40 } 41 } 42 ], 43 "user": { 44 "buyeruid": "test-buyer-user-id" 45 } 46 }, 47 "impIDs":["id"] 48 }, 49 "mockResponse": { 50 "status": 500 51 } 52 } 53 ], 54 "expectedMakeBidsErrors": [ 55 { 56 "value": "Unexpected http status code: 500.", 57 "comparison": "literal" 58 } 59 ] 60 }