{
  "mockBidRequest": {
    "id": "abc",
    "app": {
      "id": "0jqCuiqHfPDHAHrdFfGG",
      "bundle": "test",
      "publisher": {
        "id": "sovrn"
      }
    },
    "imp": [
      {
        "id": "imp123",
        "bidfloor": 1.0,
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            }
          ],
          "w": 300,
          "h": 250
        },
        "ext": {
          "bidder": {
            "pub_id": "sovrn",
            "med_id": "0jqCuiqHfPDHAHrdFfGG",
            "zone_id": "FgUtQqop18uf1I2fwDie"
          }
        }
      }
    ]
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://xsp.lijit.com/json/rtb/prebid/server",
        "body":{
          "id": "abc",
          "app": {
            "id": "0jqCuiqHfPDHAHrdFfGG",
            "bundle": "test",
            "publisher": {
                "id": "sovrn"
            }
          },
          "imp": [{
            "id": "imp123",
            "tagid": "FgUtQqop18uf1I2fwDie",
            "bidfloor": 1.0,
            "banner": {
              "format": [{
                "w": 300,
                "h": 250
              }],
              "w": 300,
              "h": 250
            },
            "ext": {
              "bidder": {
                "pub_id": "sovrn",
                "med_id": "0jqCuiqHfPDHAHrdFfGG",
                "zone_id": "FgUtQqop18uf1I2fwDie"
              }
            }
          }]
        },
        "impIDs":["imp123"]
      },
      "mockResponse": {
        "status": 204,
        "body": {}
      }
    }
  ],

  "expectedBidResponses": []
}
