{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [{"w": 300, "h": 50}]
        },
        "ext": "aaa"
      }
    ]
  },

  "expectedMakeRequestsErrors": [
    {
      "value": "Error parsing tradplusExt - expect { or n, but found \"",
      "comparison": "literal"
    }
  ]
}
