{
    "mockBidRequest": {
        "id": "test-request-id",
        "imp": [
            {
                "id": "1",
                "banner": {
                    "format": [
                        {
                            "w": 320,
                            "h": 50
                        }
                    ]
                },
                "video": {
                    "mimes": [
                        "video/mp4"
                    ],
                    "protocols": [
                        2,
                        5
                    ],
                    "w": 320,
                    "h": 480
                },
                "ext": {
                    "bidder": {
                        "cid": "8CUTSTCID",
                        "crid": "999999999"
                    }
                }
            }
        ]
    },

    "httpCalls": [
        {
            "expectedRequest": {
                "uri": "https://example.media.net/rtb/prebid?src=http%3A%2F%2Flocalhost%3A8080%2Fextrnal_url",
                "body": {
                    "id": "test-request-id",
                    "imp": [
                        {
                            "id": "1",
                            "banner": {
                                "format": [
                                    {
                                        "w": 320,
                                        "h": 50
                                    }
                                ]
                            },
                            "video": {
                                "mimes": [
                                    "video/mp4"
                                ],
                                "protocols": [
                                    2,
                                    5
                                ],
                                "w": 320,
                                "h": 480
                            },
                            "ext": {
                                "bidder": {
                                    "cid": "8CUTSTCID",
                                    "crid": "999999999"
                                }
                            }
                        }
                    ]
                },
                "impIDs":["1"]
            },

            "mockResponse": {
                "status": 204,
                "body": ""
            }
        }
    ],

    "expectedBidResponses": []
}
