github.com/prebid/prebid-server@v0.275.0/adapters/aja/ajatest/supplemental/invalid-ext.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-req-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "video": { 8 "mimes": ["video/mp4"], 9 "w": 640, 10 "h": 480 11 }, 12 "ext": 111 13 } 14 ], 15 "user": { 16 "buyeruid": "test-uid" 17 }, 18 "tmax": 500 19 }, 20 21 "httpCalls": [], 22 23 "expectedBidResponses": [], 24 25 "expectedMakeRequestsErrors": [ 26 { 27 "value": "Failed to unmarshal ext impID: test-imp-id err: json: cannot unmarshal number into Go value of type adapters.ExtImpBidder", 28 "comparison": "literal" 29 } 30 31 ] 32 }