{
  "mockBidRequest": {
    "id": "some-request-id",
    "device": {
      "ua": "test-user-agent",
      "ip": "123.123.123.123",
      "language": "en",
      "dnt": 0
    },
    "tmax": 1000,
    "user": {
      "buyeruid": "awesome-user",
      "consent": "consent-string"
    },
    "site": {
      "page": "test.com",
      "publisher": {
        "id": "123456789"
      }
    },
    "imp": [
      {
        "id": "some-impression-id1",
        "tagid": "",
        "banner": {
          "w": 320,
          "h": 50
        },
        "ext": []
      }
    ]
  },
  "httpCalls": [],
  "expectedBidResponses": [],
  "expectedMakeRequestsErrors": [
    {
      "value": "expect { or n, but found [",
      "comparison": "literal"
    }
  ]
}
