{
    "mockBidRequest": {
        "id": "request-id",
        "site": {
            "page": "http://publisher.com/index.html",
            "publisher": {
                "id": "123456789",
                "name": "publisher.com"
            }
        },
        "imp": [{
            "id": "banner-1",
            "banner": {
                "w": 320,
                "h": 50
            },
            "ext": {
                "bidder": {
                    "cp": 1234,
                    "ct": 1001
                }
            }
        }]
    },
    "httpCalls": [{
        "expectedRequest": {
            "headers": {
                "Content-Type": [
                    "application/json;charset=utf-8"
                ],
                "Accept": [
                    "application/json"
                ]
            },
            "uri": "http://bidder.pulsepoint.com",
            "body": {
                "id": "request-id",
                "site": {
                    "page": "http://publisher.com/index.html",
                    "publisher": {
                        "id": "1234",
                        "name": "publisher.com"
                    }
                },
                "imp": [{
                    "id": "banner-1",
                    "tagid": "1001",
                    "banner": {
                        "w": 320,
                        "h": 50
                    },
                    "ext": {
                        "bidder": {
                            "cp": 1234,
                            "ct": 1001
                        }
                    }
                }]
            },
            "impIDs":["banner-1"]
        },
        "mockResponse": {
            "status": 503
        }
    }],
    "expectedBidResponses": [],
    "expectedMakeBidsErrors": [{
        "value": "Bad server response: HTTP status 503",
        "comparison": "literal"
    }]
}