{
  "mockBidRequest": {
    "id": "abc",
    "site": {
      "page": "prebid.org"
    },
    "imp": [
      {
        "id": "imp123",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            }
          ],
          "w": 300,
          "h": 250
        },
        "ext": null
      }
    ]
  },

  "expectedMakeRequestsErrors": [
    {
      "value": "expect { or n, but found",
      "comparison": "startswith"
    }
  ]
}
