github.com/prebid/prebid-server@v0.275.0/adapters/pulsepoint/pulsepointtest/supplemental/bad-prebid-params.json (about) 1 { 2 "mockBidRequest": { 3 "id": "request-id", 4 "site": { 5 "page": "http://publisher.com/index.html", 6 "publisher": { 7 "id": "123456789", 8 "name": "publisher.com" 9 } 10 }, 11 "imp": [{ 12 "id": "banner-1", 13 "banner": { 14 "w": 320, 15 "h": 50 16 }, 17 "ext": { 18 "bidder": { 19 "cp": "1234", 20 "ct": "1001" 21 } 22 } 23 }] 24 }, 25 "httpCalls": [], 26 "expectedMakeRequestsErrors": [{ 27 "value": "json: cannot unmarshal string into Go struct field ExtImpPulsePoint.cp of type int", 28 "comparison": "literal" 29 }], 30 "expectedBidResponses": [], 31 "expectedMakeBidsErrors": [] 32 }