{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            }
          ],
          "w": 100,
          "h": 400
        },
        "ext": {
          "bidder": {
            "aid": 1000
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://ghb.adtelligent.com/pbs/ortb?aid=1000",
        "body": {
          "id": "test-request-id",
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "format": [
                  {
                    "w": 300,
                    "h": 250
                  }
                ],
                "w": 100,
                "h": 400
              },
              "ext": {
                "adtelligent": {
                 "aid": 1000
                }
              }
            }
          ]
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 204
      }
    }
  ],
  "expectedBidResponses": []
}
