{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "video": {
          "mimes": [
            "video/mp4"
          ],
          "minduration": 1,
          "maxduration": 2,
          "protocols": [1,3,5],
          "w": 1020,
          "h": 780,
          "startdelay": 1,
          "placement": 1,
          "playbackmethod": [2],
          "delivery": [1],
          "api": [1,2,3,4]
        },
        "ext": {
          "bidder": {
            "org": "72721",
            "path": "mvo",
            "zone": "1r"
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://localhost/prebid_server?publisher_id=72721",
        "body": {
          "id": "test-request-id",
          "imp": [
            {
              "id": "test-imp-id",
              "video": {
                "mimes": [
                  "video/mp4"
                ],
                "minduration": 1,
                "maxduration": 2,
                "protocols": [1,3,5],
                "w": 1020,
                "h": 780,
                "startdelay": 1,
                "placement": 1,
                "playbackmethod": [2],
                "delivery": [1],
                "api": [1,2,3,4]
              },
              "ext": {
                "bidder": {
                  "org": "72721",
                  "zone": "1r",
                  "path": "mvo"
                }
              }
            }
          ]
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 400,
        "body": {}
      }
    }
  ],
  "expectedMakeBidsErrors": [
    {
      "value": "Unexpected status code: 400. Run with request.debug = 1 for more info",
      "comparison": "literal"
    }
  ]
}
