github.com/prebid/prebid-server@v0.275.0/adapters/seedingAlliance/seedingAlliancetest/supplemental/status_bad_request.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 }, 13 { 14 "w": 300, 15 "h": 600 16 } 17 ] 18 }, 19 "ext": { 20 "bidder": { 21 "adUnitId": "example-tag-id" 22 } 23 } 24 } 25 ] 26 }, 27 "httpCalls": [ 28 { 29 "expectedRequest": { 30 "uri": "https://mockup.seeding-alliance.de/", 31 "body": { 32 "cur": [ 33 "EUR" 34 ], 35 "id": "test-request-id", 36 "imp": [ 37 { 38 "id": "test-imp-id", 39 "banner": { 40 "format": [ 41 { 42 "w": 300, 43 "h": 250 44 }, 45 { 46 "w": 300, 47 "h": 600 48 } 49 ] 50 }, 51 "tagid": "example-tag-id", 52 "ext": { 53 "bidder": { 54 "adUnitId": "example-tag-id" 55 } 56 } 57 } 58 ] 59 } 60 }, 61 "mockResponse": { 62 "status": 400 63 } 64 } 65 ], 66 "expectedMakeBidsErrors": [ 67 { 68 "value": "Unexpected status code: 400. Bad request from publisher. Run with request.debug = 1 for more info.", 69 "comparison": "literal" 70 } 71 ] 72 }