github.com/prebid/prebid-server@v0.275.0/adapters/ninthdecimal/ninthdecimaltest/supplemental/missingpub.json (about) 1 { 2 "mockBidRequest": { 3 "id": "testid", 4 "imp": [ 5 { 6 "id": "testimpid", 7 "banner": { 8 "format": [ 9 { 10 "w": 320, 11 "h": 250 12 }, 13 { 14 "w": 320, 15 "h": 300 16 } 17 ], 18 "w": 320, 19 "h": 250 20 }, 21 "ext": { 22 "bidder": { 23 "pubid": "", 24 "placement": "dummyplacement" 25 } 26 } 27 } 28 ] 29 }, 30 "expectedMakeRequestsErrors": [ 31 { 32 "value": "No pubid value provided", 33 "comparison": "literal" 34 }] 35 }