{
    "mockBidRequest": {
      "id": "5f4d1e01",
      "at": 1,
      "imp": [
        {
          "id":"test-imp-id"
        }
      ],
      "tmax": 200
    },
    "httpCalls": [
      {
        "expectedRequest": {
          "uri": "http://example.com/bid",
          "body": {
            "id": "5f4d1e01",
            "at": 1,
            "imp": [
              {
                "id":"test-imp-id"
              }
            ],
            "tmax": 200
          },
          "impIDs":["test-imp-id"]
        },
        "mockResponse": {
          "status": 400,
          "body": {
          }
        }
      }
    ],
    "expectedBidResponses": [],
    "expectedMakeBidsErrors": [
      {
        "value": "Unexpected status code: 400. Run with request.debug = 1 for more info.",
        "comparison": "literal"
      }
    ]
  }
  