github.com/prebid/prebid-server/v2@v2.18.0/adapters/invibes/invibestest/supplemental/request-error-impext.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "site": { 5 "page": "https://publisher.com/url" 6 }, 7 "user": { 8 "buyeruid": "1" 9 }, 10 "imp": [ 11 { 12 "id": "test-imp-id", 13 "ext": "error" 14 } 15 ] 16 }, 17 "expectedMakeRequestsErrors": [ 18 { 19 "value": "Error parsing bidderExt object", 20 "comparison": "literal" 21 } 22 ] 23 }