{
    "mockBidRequest": {
        "id": "test-request-id",
        "imp": [
            {
                "id": "test-imp-id",
                "banner": {
                    "format": [
                        {
                            "w": 300,
                            "h": 250
                        },
                        {
                            "w": 300,
                            "h": 600
                        }
                    ]
                },
                "ext": {
                    "bidder": {
                        "adUnitId": "example-tag-id"
                    }
                }
            }
        ]
    },
    "httpCalls": [
        {
            "expectedRequest": {
                "uri": "https://mockup.seeding-alliance.de/?ssp=pbs",
                "body": {
                    "cur": [
                        "EUR"
                    ],
                    "id": "test-request-id",
                    "imp": [
                        {
                            "id": "test-imp-id",
                            "banner": {
                                "format": [
                                    {
                                        "w": 300,
                                        "h": 250
                                    },
                                    {
                                        "w": 300,
                                        "h": 600
                                    }
                                ]
                            },
                            "tagid": "example-tag-id",
                            "ext": {
                                "bidder": {
                                    "adUnitId": "example-tag-id"
                                }
                            }
                        }
                    ]
                },
                "impIDs":["test-imp-id"]
            },
            "mockResponse": {
                "status": 404
            }
        }
    ],
    "expectedMakeBidsErrors": [
        {
            "value": "Unexpected status code: 404. Run with request.debug = 1 for more info.",
            "comparison": "literal"
        }
    ]
}