{
    "mockBidRequest": {
        "id": "test-request-id",
        "site": {
            "page": "https://publisher.com/url"
        },
        "user": {
            "buyeruid": "1"
        },
        "imp": [
            {
                "id": "test-imp-id",
                "ext": {
                    "bidder": "abc"
                }
            }
        ]
    },
    "expectedMakeRequestsErrors": [
        {
            "value": "Error parsing missenaExt parameters",
            "comparison": "literal"
        }
    ]
}