{
    "mockBidRequest": {
        "id": "test-request-id",
        "imp": [
            {
                "id": "blue-id",
                "banner": {
                    "format": [
                        {
                            "w": 300,
                            "h": 50
                        }
                    ]
                },
                "ext": {
                    "bidder": {}
                }
            }
        ]
    },
    "httpCalls": [
        {
            "expectedRequest": {
                "uri": "https://foo.io/?src=prebid",
                "body": {
                    "id": "test-request-id",
                    "imp": [
                        {
                            "id": "blue-id",
                            "banner": {
                                "format": [
                                    {
                                        "w": 300,
                                        "h": 50
                                    }
                                ]
                            },
                            "ext": {
                                "bidder": {}
                            }
                        }
                    ]
                },
                "impIDs":["blue-id"]
            },
            "mockResponse": {
                "status": 200,
                "body": "<html><body></body></html>"
            }
        }
    ],
    "expectedMakeBidsErrors": [
        {
            "value": "expect { or n, but found \"",
            "comparison": "literal"
        }
    ]
}