github.com/prebid/prebid-server@v0.275.0/adapters/flipp/flipptest/supplemental/flipp-params-not-found.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "test": 1, 5 "device": { 6 "ip": "123.123.123.123" 7 }, 8 "site": { 9 "id": "1243066", 10 "page": "http://www.example.com/test?flipp-content-code=publisher-test" 11 }, 12 "user": { 13 "id": "1234" 14 }, 15 "imp": [ 16 { 17 "id": "test-imp-id", 18 "tagid": "test", 19 "banner": { 20 "format": [ 21 { 22 "w": 300, 23 "h": 1800 24 } 25 ] 26 }, 27 "ext": { 28 29 } 30 } 31 32 ] 33 }, 34 "expectedMakeRequestsErrors": [ 35 { 36 "value": "flipp params not found. Key path not found", 37 "comparison": "literal" 38 }, 39 { 40 "value": "adapterRequest is empty", 41 "comparison": "literal" 42 } 43 ] 44 }