github.com/prebid/prebid-server/v2@v2.18.0/adapters/connectad/connectadtest/supplemental/no_ext.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-banner-imp-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 } 13 ] 14 } 15 } 16 ], 17 "site": { 18 "domain": "connectad.io", 19 "page": "http://connectad.io/" 20 } 21 }, 22 "expectedMakeRequestsErrors": [ 23 { 24 "value": "Impression id=test-banner-imp-id has an Error: unexpected end of JSON input", 25 "comparison": "literal" 26 }, 27 { 28 "value": "Error in preprocess of Imp", 29 "comparison": "literal" 30 } 31 ] 32 } 33