github.com/prebid/prebid-server@v0.275.0/adapters/triplelift_native/triplelift_nativetest/supplemental/badextbidder.json (about) 1 { 2 "expectedMakeRequestsErrors": [ 3 { 4 "value": "json: cannot unmarshal string into Go value of type openrtb_ext.ExtImpTriplelift", 5 "comparison": "literal" 6 }, 7 { 8 "value": "No valid impressions for triplelift", 9 "comparison": "literal" 10 } 11 ], 12 "mockBidRequest": { 13 "id": "test-request-id", 14 "site": { "publisher": {"id":"foo","name":"foo"}}, 15 "imp": [ 16 { 17 "id": "test-imp-id", 18 "banner": { 19 "format": [ 20 { 21 "w": 300, 22 "h": 250 23 }, 24 { 25 "w": 300, 26 "h": 600 27 } 28 ] 29 }, 30 "ext": { 31 "bidder": "aaa" 32 } 33 } 34 ] 35 }, 36 "httpCalls":[], 37 "expectedBidResponses": [] 38 }