github.com/prebid/prebid-server/v2@v2.18.0/adapters/nobid/nobidtest/supplemental/notok-response.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "format": [{"w": 728, "h": 90}] 9 }, 10 "ext": { 11 "nobid": { 12 "siteId": "000" 13 } 14 } 15 } 16 ] 17 }, 18 "httpCalls": [ 19 { 20 "expectedRequest": { 21 "uri": "http://ads.servenobid.com/ortb_adreq?tek=pbs", 22 "body": { 23 "id": "test-request-id", 24 "imp": [ 25 { 26 "id":"test-imp-id", 27 "banner": { 28 "format": [{"w": 728, "h": 90}] 29 }, 30 "ext": { 31 "nobid": { 32 "siteId": "000" 33 } 34 } 35 } 36 ] 37 }, 38 "impIDs":["test-imp-id"] 39 }, 40 "mockResponse": { 41 "status": 500 42 } 43 } 44 ], 45 "expectedBidResponses": [], 46 "expectedMakeBidsErrors": [ 47 { 48 "value": "Unexpected status code: 500. Run with request.debug = 1 for more info", 49 "comparison": "literal" 50 } 51 ] 52 }