github.com/prebid/prebid-server/v2@v2.18.0/adapters/gothamads/gothamadstest/supplemental/invalid-bidder-ext-object.json (about) 1 { 2 "expectedMakeRequestsErrors": [ 3 { 4 "value": "json: cannot unmarshal string into Go value of type openrtb_ext.ExtGothamAds", 5 "comparison": "literal" 6 } 7 ], 8 "mockBidRequest": { 9 "id": "test-request-id", 10 "imp": [ 11 { 12 "id": "some-impression-id", 13 "tagid": "my-adcode", 14 "video": { 15 "mimes": [ 16 "video/mp4" 17 ], 18 "w": 640, 19 "h": 480, 20 "minduration": 120, 21 "maxduration": 150 22 }, 23 "ext": { 24 "bidder": "bidderExt" 25 } 26 } 27 ], 28 "site": { 29 "page": "test.com" 30 } 31 }, 32 "httpCalls": [] 33 }