{
    "mockBidRequest": {
        "id": "test-request-id",
        "test": 1,

        "site": {
            "id": "1243066",
            "page": "http://www.example.com/test?flipp-content-code=publisher-test"
        },
        "user": {
            "id": "1234"
        },
        "imp": [
            {
                "id": "test-imp-id",
                "tagid": "test",
                "banner": {
                    "format": [
                        {
                            "w": 300,
                            "h": 1800
                        }
                    ]
                },
                "ext": {
                        "bidder": {
                                "publisherNameIdentifier": "wishabi-test-publisher",
                                "creativeType": "NativeX",
                                "siteId": 1243066,
                                "zoneIds": [285431],
                                "options": {
                                   "startCompact": true
                                }
                        }
                }
            }
                
        ]
    },
    "expectedMakeRequestsErrors": [
        {
          "value": "no IP set in flipp bidder params or request device",
          "comparison": "literal"
        },
        {
            "value": "adapterRequest is empty",
            "comparison": "literal"
          }
    ]
}