{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
        {
            "id": "test-imp-id",
            "banner": {
                "format": [
                    {
                      "w": 300,
                      "h": 250
                    },
                    {
                      "w": 300,
                      "h": 600
                    }
                ]
            },
            "ext": {
                "bidder": {
                  "placementId": "3",
                  "host": "example"
                }
            }
        }
    ],
    "app": {
      "id": "1",
      "bundle": "com.wls.testwlsapplication"
    },
    "device": {
      "ip": "123.123.123.123",
      "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx"
    }
},

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://example.bc-plugin.com/?c=o&m=rtb",
        "body": {
          "id": "test-request-id",
          "imp": [
              {
                "id": "test-imp-id",
                "banner": {
                  "format": [
                  {
                    "w": 300,
                    "h": 250
                  },
                  {
                    "w": 300,
                    "h": 600
                  }
                ]
                },
              "ext": {
                "bidder": {
                  "placementId": "3",
                  "host": "example"
                }
              }
            }
          ],
          "app": {
            "id": "1",
            "bundle": "com.wls.testwlsapplication"
          },
          "device": {
            "ip": "123.123.123.123",
            "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx"
          }
        },
        "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": "<iframe width=\"300\" height=\"250\"></iframe>",
                    "cid": "test_cid",
                    "crid": "test_crid",
                    "dealid": "test_dealid",
                    "w": 300,
                    "h": 250,
                    "ext": {
                      "prebid": {
                        "type": "banner"
                      }
                    }
                  }
                ]
              }
          ],
          "cur": "USD"
        }
      }
    }
  ],

  "expectedBidResponses": [
    {
      "bids":[
        {
          "bid":  {
            "id": "test_bid_id",
            "impid": "test-imp-id",
            "price": 0.27543,
            "adm": "<iframe width=\"300\" height=\"250\"></iframe>",
            "cid": "test_cid",
            "crid": "test_crid",
            "dealid": "test_dealid",
            "w": 300,
            "h": 250,
            "ext": {
              "prebid": {
                "type": "banner"
              }
            }
          },
          "type": "banner"
        }
      ],
      "currency": "USD"
    }
  ]
}
