github.com/prebid/prebid-server@v0.275.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 }, 48 "mockResponse": { 49 "status": 500 50 } 51 } 52 ], 53 "expectedMakeBidsErrors": [ 54 { 55 "value": "Unexpected http status code: 500.", 56 "comparison": "literal" 57 } 58 ] 59 }