{
    "expectedMakeBidsErrors": [
        {
            "value": "Unexpected status code: 400.",
            "comparison": "literal"
        }
    ],

    "mockBidRequest": {
        "id": "test-request-id",
        "imp": [
            {
                "id": "1",
                "banner": {
                    "format": [
                        {
                            "w": 300,
                            "h": 250
                        }
                    ]
                },
                "ext": {
                    "bidder": {
                        "placement_id": 999999
                    }
                }
            }
        ]
    },

    "httpCalls": [
        {
            "expectedRequest": {
                "uri": "http://mfx.mobilefuse.com/openrtb",
                "body": {
                    "id": "test-request-id",
                    "imp": [
                        {
                            "id": "1",
                            "banner": {
                                "format": [
                                    {
                                        "w": 300,
                                        "h": 250
                                    }
                                ]
                            },
                            "tagid": "999999"
                        }
                    ]
                },
                "impIDs":["1"]
            },
            "mockResponse": {
                "status": 400,
                "body": ""
            }
        }
    ],

    "expectedBidResponses": []
}
