github.com/prebid/prebid-server/v2@v2.18.0/adapters/eplanning/eplanningtest/supplemental/bad-imp-ext.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "w": 300, 9 "h": 250 10 }, 11 "ext": { 12 "bidder": { 13 "ci": 12345, 14 "badadunit_code": "test_adunit" 15 } 16 } 17 } 18 ] 19 }, 20 "expectedMakeRequestsErrors": [ 21 { 22 "value": "Ignoring imp id=test-imp-id, error while decoding impExt, err: json: cannot unmarshal number into Go struct field ExtImpEPlanning.ci of type string", 23 "comparison": "literal" 24 } 25 ] 26 }