github.com/prebid/prebid-server/v2@v2.18.0/adapters/aso/asotest/supplemental/bad-request-no-ext.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "native": { 8 "request": "" 9 } 10 } 11 ] 12 }, 13 "httpCalls": [ 14 ], 15 "expectedBidResponses": [], 16 "expectedMakeRequestsErrors": [ 17 { 18 "value": "invalid imp.ext, unexpected end of JSON input", 19 "comparison": "literal" 20 } 21 ] 22 }