{
  "mockBidRequest": {
    "id": "testid",
    "imp": [
      {
        "id": "testimpid",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            },
            {
              "w": 320,
              "h": 50
            }
          ]
        },
        "ext": {
          "tid": "testtid"
        }
      }
    ]
  },
  "expectedMakeRequestsErrors": [
    {
      "value": "expect { or n, but found",
      "comparison": "startswith"
    }
  ]
}