github.com/prebid/prebid-server/v2@v2.18.0/adapters/adocean/adoceantest/supplemental/no-impression.json (about) 1 { 2 "mockBidRequest": { 3 "id": "9ed903f4-383d-406b-8011-4f06526cb02c", 4 "source": { 5 "tid": "9ed903f4-383d-406b-8011-4f06526cb02c" 6 }, 7 "tmax": 1000, 8 "imp": [], 9 "test": 1, 10 "ext": { 11 "prebid": { 12 "targeting": { 13 "includewinners": true, 14 "includebidderkeys": false 15 } 16 } 17 }, 18 "site": { 19 "publisher": { 20 "id": "1" 21 }, 22 "page": "http://example.com/test.html" 23 }, 24 "device": { 25 "w": 1280, 26 "h": 720, 27 "ip": "192.168.1.1" 28 } 29 }, 30 "expectedMakeRequestsErrors": [ 31 { 32 "value": "No impression in the bid request", 33 "comparison": "literal" 34 } 35 ] 36 }