{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-missing-ext-id",
        "video": {
          "mimes": ["video/mp4"],
          "protocols": [2, 5],
          "w": 1024,
          "h": 576
        }
      }
    ]
  },
  "expectedMakeRequestsErrors": [
    {
      "value": "ext.bidder not provided",
      "comparison": "literal"
    }
  ]
}