{
  "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": {
            "siteId": 72721,
            "siteid": 0
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://targeting.unrulymedia.com/unruly_prebid_server",
        "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": {
                  "siteId": 72721,
                  "siteid": 0
                }
              }
            }
          ]
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-request-id",
          "cur": "USD",
          "seatbid": [
            {
              "seat": "Unruly",
              "bid": [
                {
                  "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
                  "impid": "sdf",
                  "price": 0.500000,
                  "adm": "some-test-ad",
                  "crid": "crid_10",
                  "w": 1024,
                  "h": 576
                }
              ]
            }
          ]
        }
      }
    }
  ],
  "expectedBidResponses": [{"currency":"USD","bids":[]}],
  "expectedMakeBidsErrors": [
    {
      "comparison": "literal",
      "value": "Bid response imp ID sdf not found in bid request containing imps [test-imp-id]\n"
    }
  ]
}
