{
  "mockBidRequest": {
    "id": "test-request-id",
    "device": {
      "ip": "123.123.123.123",
      "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx"
    },
    "app": {
      "id": "1",
      "bundle": "com.wls.testwlsapplication"
    },
    "imp": [
      {
        "id": "test-imp-id",
        "video": {
          "mimes": ["video/mp4"],
          "protocols": [2, 5],
          "w": 1024,
          "h": 576
        },
        "ext": {
          "bidder": {
            "placementId": "3",
            "host": "example"
          }
        }
      }
    ]
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://example.bc-plugin.com/?c=o&m=rtb",
        "body": {
          "id": "test-request-id",
          "device": {
            "ip": "123.123.123.123",
            "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx"
          },
          "app": {
            "id": "1",
            "bundle": "com.wls.testwlsapplication"
          },
          "imp": [
            {
              "id": "test-imp-id",
              "video": {
                "mimes": ["video/mp4"],
                "protocols": [2, 5],
                "w": 1024,
                "h": 576
              },
              "ext": {
                "bidder": {
                  "placementId": "3",
                  "host": "example"
                }
              }
            }
          ]
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-request-id",
          "seatbid": [
          {
            "bid": [
              {
                "id": "test_bid_id",
                "impid": "test-imp-id",
                "price": 0.27543,
                "adm": "<VAST version=\"3.0\"></VAST>",
                "cid": "test_cid",
                "crid": "test_crid",
                "dealid": "test_dealid",
                "ext": {
                  "prebid": {
                    "type": "video"
                  }
                }
              }
            ]
          }
          ],
          "cur": "USD"
        }
      }
    }
  ],


  "expectedBidResponses": [
    {
      "bids": [
        {
          "bid": {
            "id": "test_bid_id",
            "impid": "test-imp-id",
            "price": 0.27543,
            "adm": "<VAST version=\"3.0\"></VAST>",
            "cid": "test_cid",
            "crid": "test_crid",
            "dealid": "test_dealid",
            "ext": {
              "prebid": {
                "type": "video"
              }
            }
          },
          "type": "video"
        }
      ],
      "currency": "USD"
    }
  ]
}
