{
  "mockBidRequest": {
    "id": "test-request-id",
    "at": 1,
    "imp": [
      {
        "id": "test-imp-id",
        "video": {
          "mimes": ["video/mp4"],
          "protocols": [2, 5],
          "w": 1024,
          "h": 576
        },
        "ext":{
          "bidder":{
            "zoneId": "zone_code_test_video"
          }
        }
      }
    ]
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://example.com/go/zone_code_test_video",
        "body": {
          "id": "test-request-id",
          "at": 1,
          "imp": [
            {
              "id": "test-imp-id",
              "video": {
                "mimes": ["video/mp4"],
                "protocols": [2, 5],
                "w": 1024,
                "h": 576
              },
              "ext": {
                "bidder": {
                  "zoneId": "zone_code_test_video"
                }
              }
            }
          ]
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-request-id",
          "cur": "USD",
          "seatbid": [
            {
              "seat": "smilewanted",
              "bid": [{
                "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
                "impid": "test-imp-id",
                "price": 0.5,
                "adm": "some-test-ad",
                "crid": "crid_10",
                "w": 1024,
                "h": 576
              }]
            }
          ]
        }
      }
    }
  ],

  "expectedBidResponses": [
    {
      "bids": [{
        "bid": {
          "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
          "impid": "test-imp-id",
          "price": 0.5,
          "adm": "some-test-ad",
          "crid": "crid_10",
          "w": 1024,
          "h": 576
        },
        "type": "video"
      }]
    }
  ]
}
