{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "w": 300,
          "h": 250
        },
        "ext": {
          "bidder": {
            "zoneId": "testzone"
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://example.com/go/testzone",
        "body": {
          "id": "test-request-id",
          "at": 1,
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "w": 300,
                "h": 250
              },
              "ext": {
                "bidder": {
                  "zoneId": "testzone"
                }
              }
            }
          ]
        },
        "impIDs": ["test-imp-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": "invalid json response body"
      }
    }
  ],
  "expectedMakeBidsErrors": [
    {
      "value": "Bad server response: expect { or n, but found \".",
      "comparison": "literal"
    }
  ]
}