github.com/prebid/prebid-server@v0.275.0/adapters/ninthdecimal/ninthdecimaltest/supplemental/responsebid.json (about) 1 { 2 "mockBidRequest": { 3 "id": "testid", 4 "site": { 5 "id": "test" 6 }, 7 "imp": [ 8 { 9 "id": "testimpid", 10 "banner": { 11 "format": [ 12 { 13 "w": 320, 14 "h": 250 15 }, 16 { 17 "w": 320, 18 "h": 300 19 } 20 ], 21 "w": 320, 22 "h": 250 23 }, 24 "ext": { 25 "bidder": { 26 "pubid": "yu", 27 "placement": "dummyplacement" 28 } 29 } 30 } 31 ] 32 }, 33 "httpCalls": [ 34 { 35 "expectedRequest": { 36 "uri": "http://rtb.ninthdecimal.com/xp/get?pubid=yu", 37 "body": { 38 "id": "testid", 39 "imp": [ 40 { 41 "banner": { 42 "format": [ 43 { 44 "h": 250, 45 "w": 320 46 }, 47 { 48 "h": 300, 49 "w": 320 50 } 51 ], 52 "h": 250, 53 "w": 320 54 }, 55 "id": "testimpid", 56 "tagid": "dummyplacement" 57 } 58 ], 59 "site": { 60 "id": "test" 61 } 62 } 63 }, 64 "mockResponse": { 65 "status":200, 66 "body": { 67 "seatbid": [] 68 } 69 } 70 } 71 72 ], 73 "expectedMakeBidsErrors": [ 74 { 75 "value": "Invalid SeatBids count: 0", 76 "comparison": "literal" 77 } 78 ] 79 }