github.com/prebid/prebid-server/v2@v2.18.0/adapters/mobilefuse/mobilefusetest/supplemental/bad-ext-bidder.json (about) 1 { 2 "expectedMakeRequestsErrors": [ 3 { 4 "value": "json: cannot unmarshal string into Go value of type openrtb_ext.ExtImpMobileFuse", 5 "comparison": "literal" 6 } 7 ], 8 9 "mockBidRequest": { 10 "id": "test-request-id", 11 "imp": [ 12 { 13 "id": "1", 14 "banner": { 15 "format": [ 16 { 17 "w": 300, 18 "h": 250 19 }, 20 { 21 "w": 300, 22 "h": 600 23 } 24 ] 25 }, 26 "ext": { 27 "bidder": "aaa" 28 } 29 } 30 ] 31 }, 32 33 "httpCalls": [], 34 35 "expectedBidResponses": [] 36 }