github.com/prebid/prebid-server@v0.275.0/adapters/aja/ajatest/supplemental/invalid-ext-bidder.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": { 13 "bidder": { 14 "asi": 111 15 } 16 } 17 } 18 ], 19 "user": { 20 "buyeruid": "test-uid" 21 }, 22 "tmax": 500 23 }, 24 25 "httpCalls": [], 26 27 "expectedBidResponses": [], 28 29 "expectedMakeRequestsErrors": [ 30 { 31 "value": "Failed to unmarshal ext.bidder impID: test-imp-id err: json: cannot unmarshal number into Go struct field ExtImpAJA.asi of type string", 32 "comparison": "literal" 33 } 34 35 ] 36 }