{
	"mockBidRequest": {
        "id": "test-request-id",
        "test": 1,
        "device": {
            "ip": "123.123.123.123"
        },
        "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]
                        }
                    }
                }
        ]
    },
	"httpCalls": [{
		"expectedRequest": {
            "uri": "http://example.com/pserver",
            "body": {
                "ip":"123.123.123.123",
                "keywords":[
                   ""
                ],
                "placements":[
                   {
                      "adTypes":[
                         4309,
                         641
                      ],
                      "count":1,
                      "divName":"inline",
                      "prebid":{
                         "creativeType":"NativeX",
                         "height":1800,
                         "publisherNameIdentifier":"wishabi-test-publisher",
                         "requestId":"test-imp-id",
                         "width":300
                      },
                      "properties":{
                         "contentCode":"publisher-test"
                      },
                      "options":{},
                      "siteId":1243066,
                      "zoneIds":[
                         285431
                      ]
                   }
                ],
                "url":"http://www.example.com/test?flipp-content-code=publisher-test",
                "user":{
                   "key":"1234"
                }
            },
            "impIDs":["test-imp-id"]
        },
		"mockResponse": {
			"status": 200,
			"body": ""
		}
    }],
    "expectedMakeBidsErrors": [
        {
          "value": "expect { or n, but found \"",
          "comparison": "literal"
        }
    ]
}
