{
  "mockBidRequest": {
    "id": "test-request-id",
    "device": {
      "devicetype": 2
    },
    "site": {
      "page": "http://example.com"
    },
    "imp": [
      {
        "id": "test-imp-id",
        "tagid": "test",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            },
            {
              "w": 320,
              "h": 100
            }
          ]
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://fake.endpoint",
        "body": {
          "id": "test-request-id",
          "device": {
            "devicetype": 2
          },
          "site": {
            "page": "http://example.com"
          },
          "imp": [
            {
              "id": "test-imp-id",
              "tagid": "test",
              "banner": {
                "format": [
                  {
                    "w": 300,
                    "h": 250
                  },
                  {
                    "w": 320,
                    "h": 100
                  }
                ]
              }
            }
          ],
          "cur": ["USD"]
        },
        "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 id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"http://example.com\"></iframe>",
                  "cid": "test_cid",
                  "crid": "test_crid",
                  "dealid": "test_dealid",
                  "w": 300,
                  "h": 250,
                  "ext": {
                    "prebid": {
                      "type": "banner"
                    }
                  }
                }
              ],
              "seat": "kobler"
            }
          ],
          "cur": "USD"
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "bids": [
        {
          "bid": {
            "id": "test_bid_id",
            "impid": "test-imp-id",
            "price": 0.27543,
            "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"http://example.com\"></iframe>",
            "cid": "test_cid",
            "crid": "test_crid",
            "dealid": "test_dealid",
            "w": 300,
            "h": 250,
            "ext": {
              "prebid": {
                "type": "banner"
              }
            }
          },
          "type": "banner"
        }
      ]
    }
  ]
}
