github.com/prebid/prebid-server@v0.275.0/adapters/nobid/nobidtest/supplemental/bad-request.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 }, 39 "mockResponse": { 40 "status": 400 41 } 42 } 43 ], 44 "expectedBidResponses": [], 45 "expectedMakeBidsErrors": [ 46 { 47 "value": "Unexpected status code: 400. Run with request.debug = 1 for more info", 48 "comparison": "literal" 49 } 50 ] 51 }