github.com/prebid/prebid-server/v2@v2.18.0/adapters/mobilefuse/mobilefusetest/supplemental/bad-status-code.json (about) 1 { 2 "expectedMakeBidsErrors": [ 3 { 4 "value": "Unexpected status code: 400.", 5 "comparison": "literal" 6 } 7 ], 8 9 "mockBidRequest": { 10 "id": "test-request-id", 11 "imp": [ 12 { 13 "id": "1", 14 "banner": { 15 "format": [ 16 { 17 "w": 300, 18 "h": 250 19 } 20 ] 21 }, 22 "ext": { 23 "bidder": { 24 "placement_id": 999999, 25 "pub_id": 1111 26 } 27 } 28 } 29 ] 30 }, 31 32 "httpCalls": [ 33 { 34 "expectedRequest": { 35 "uri": "http://mfx.mobilefuse.com/openrtb?pub_id=1111", 36 "body": { 37 "id": "test-request-id", 38 "imp": [ 39 { 40 "id": "1", 41 "banner": { 42 "format": [ 43 { 44 "w": 300, 45 "h": 250 46 } 47 ] 48 }, 49 "tagid": "999999" 50 } 51 ] 52 }, 53 "impIDs":["1"] 54 }, 55 "mockResponse": { 56 "status": 400, 57 "body": "" 58 } 59 } 60 ], 61 62 "expectedBidResponses": [] 63 }