github.com/prebid/prebid-server/v2@v2.18.0/adapters/ownadx/ownadxtest/supplemental/invalid-req-empty-imp.json (about) 1 { 2 "expectedMakeRequestsErrors": [ 3 { 4 "value": "No impression in the bid request", 5 "comparison": "literal" 6 } 7 ], 8 "mockBidRequest": { 9 "id": "id", 10 "device": { 11 "ua": "UA", 12 "ip": "123.3.4.123" 13 }, 14 "regs": { 15 "ext": { 16 "gdpr": 0 17 } 18 }, 19 "user": { 20 "id": "userid" 21 }, 22 "site": { 23 "id": "id", 24 "domain": "test,com", 25 "cat": [ 26 "IAB12" 27 ], 28 "publisher": { 29 "id": "pubid" 30 } 31 } 32 }, 33 "httpCalls": [] 34 }