github.com/prebid/prebid-server@v0.275.0/adapters/ix/ixtest/supplemental/bad-ext-ix.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "ext": { 8 } 9 } 10 ], 11 "site": { 12 "page": "https://www.example.com/" 13 } 14 }, 15 "expectedMakeRequestsErrors": [ 16 { 17 "value": "unexpected end of JSON input", 18 "comparison": "literal" 19 } 20 ] 21 }