github.com/prebid/prebid-server/v2@v2.18.0/adapters/brave/bravetest/supplemental/invalid-response.json (about) 1 { 2 "mockBidRequest": { 3 "id": "request-id", 4 "app": { 5 "publisher": { 6 "id": "123456789" 7 }, 8 "cat": [ 9 "IAB9-1" 10 ], 11 "bundle": "com.app.test", 12 "name": "Test App", 13 "id": "12345678" 14 }, 15 "device": { 16 "ua": "useragent", 17 "ip": "100.100.100.100", 18 "language": "en" 19 }, 20 "tmax": 1000, 21 "user": { 22 "id": "some-user" 23 }, 24 "imp": [ 25 { 26 "id": "impression-id", 27 "tagid": "tid", 28 "banner": { 29 "w":320, 30 "h":50 31 }, 32 "ext": { 33 "bidder": { 34 "placementId": "f897beb0daba0253d8e59a098eef9311" 35 } 36 } 37 } 38 ] 39 }, 40 41 "httpCalls": [{ 42 "expectedRequest": { 43 "headers": { 44 "Content-Type": [ 45 "application/json;charset=utf-8" 46 ], 47 "Accept": [ 48 "application/json" 49 ] 50 }, 51 "uri": "http://point.braveglobal.tv/?t=3&partner=f897beb0daba0253d8e59a098eef9311", 52 "body": { 53 "id": "request-id", 54 "device": { 55 "ua": "useragent", 56 "ip": "100.100.100.100", 57 "language": "en" 58 }, 59 "imp": [ 60 { 61 "id": "impression-id", 62 "banner": { 63 "w":320, 64 "h":50 65 }, 66 "tagid": "tid" 67 } 68 ], 69 "app": { 70 "publisher": { 71 "id": "123456789" 72 }, 73 "cat": [ 74 "IAB9-1" 75 ], 76 "bundle": "com.app.test", 77 "name": "Test App", 78 "id": "12345678" 79 }, 80 "user": { 81 "id": "some-user" 82 }, 83 "tmax": 1000 84 }, 85 "impIDs":["impression-id"] 86 }, 87 "mockResponse": { 88 "status": 200, 89 "body": "invalid response" 90 } 91 }], 92 "expectedMakeBidsErrors": [ 93 { 94 "value": "Bad Server Response", 95 "comparison": "literal" 96 } 97 ] 98 }