github.com/prebid/prebid-server/v2@v2.18.0/adapters/telaria/telariatest/supplemental/invalid-telaria-ext-object.json (about) 1 { 2 "expectedMakeRequestsErrors": [ 3 { 4 "value": "Telaria: ext.bidder not provided", 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": ["video/mp4"], 16 "w": 640, 17 "h": 480, 18 "minduration": 120, 19 "maxduration": 150 20 }, 21 "ext": "Awesome" 22 } 23 ], 24 "site": { 25 "page": "test.com" 26 } 27 }, 28 "httpCalls": [] 29 }