{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            },
            {
              "w": 300,
              "h": 600
            }
          ]
        },
        "ext": {
          "bidder": {
            "aid": 1000,
            "siteId": 1234,
            "bidFloor": 20
          }
        }
      }
    ]
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://ghb.console.adtarget.com.tr/pbs/ortb?aid=1000",
        "body": {
          "id": "test-request-id",
          "imp": [
            {
              "id":"test-imp-id",
              "banner": {
                "format": [
                  {"w":300,"h":250},
                  {"w":300,"h":600}
                ]
              },
              "bidfloor": 20,
              "ext": {
                "adtarget": {
                  "aid": 1000,
                  "siteId": 1234,
                  "bidFloor": 20
                }
              }
            }
          ]
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 204
      }
    }
  ],
  "expectedBidResponses": []
}