github.com/prebid/prebid-server/v2@v2.18.0/adapters/zeroclickfraud/zeroclickfraudtest/supplemental/missing-extparam.json (about) 1 { 2 "mockBidRequest": { 3 "id": "missing-extbid-test", 4 "imp": [ 5 { 6 "id": "missing-extbid-test", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 } 13 ] 14 }, 15 "ext": { 16 "sourceId":54326 17 } 18 } 19 ] 20 }, 21 22 "expectedMakeRequestsErrors": [ 23 { 24 "value": "Cannot Resolve host or sourceId: unexpected end of JSON input", 25 "comparison": "literal" 26 } 27 ] 28 29 30 }