{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "video": {
          "w": 900,
          "h": 250,
          "mimes": [
            "video/x-flv",
            "video/mp4"
          ]
        },
        "ext": {
          "bidder": {
            "aid": 777,
            "placementId": "1"
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://pbs.openwebmp.com/pbs?publisher_id=777",
        "body": {
          "id": "test-request-id",
          "imp": [
            {
              "id": "test-imp-id",
              "video": {
                "w": 900,
                "h": 250,
                "mimes": [
                  "video/x-flv",
                  "video/mp4"
                ]
              },
              "ext": {
                "bidder": {
                  "aid": 777,
                  "placementId": "1"
                }
              }
            }
          ]
        },
        "impIDs": [
          "test-imp-id"
        ]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-request-id",
          "seatbid": [
            {
              "bid": [
                {
                  "id": "test-bid-id",
                  "impid": "test-imp-id",
                  "price": 3.5,
                  "w": 900,
                  "h": 250,
                  "mtype": 2
                }
              ]
            }
          ]
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "currency": "USD",
      "bids": [
        {
          "bid": {
            "id": "test-bid-id",
            "impid": "test-imp-id",
            "price": 3.5,
            "w": 900,
            "h": 250,
            "mtype": 2
          },
          "type": "video"
        }
      ]
    }
  ]
}
