github.com/prebid/prebid-server/v2@v2.18.0/adapters/colossus/colossustest/supplemental/bad_status_code.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 "tagid": "100000000", 20 "ext": { 21 "bidder": { 22 "TagID": "100000000" 23 } 24 } 25 } 26 ], 27 "app": { 28 "id": "1", 29 "bundle": "com.wls.testwlsapplication" 30 }, 31 "device": {} 32 }, 33 "httpCalls": [{ 34 "expectedRequest": { 35 "uri": "http://example.com/?c=o&m=rtb", 36 "body": { 37 "id": "test-request-id", 38 "imp": [ 39 { 40 "id": "test-imp-id", 41 "banner": { 42 "format": [ 43 { 44 "w": 300, 45 "h": 250 46 }, 47 { 48 "w": 300, 49 "h": 600 50 } 51 ] 52 }, 53 "tagid": "100000000", 54 "ext": { 55 "bidder": { 56 "TagID": "100000000" 57 } 58 } 59 } 60 ], 61 "app": { 62 "id": "1", 63 "bundle": "com.wls.testwlsapplication" 64 }, 65 "device": {} 66 }, 67 "impIDs":["test-imp-id"] 68 }, 69 "mockResponse": { 70 "status": 400, 71 "body": {} 72 } 73 }], 74 "expectedMakeBidsErrors": [ 75 { 76 "value": "Unexpected status code: 400. Run with request.debug = 1 for more info", 77 "comparison": "literal" 78 } 79 ] 80 }