{
  "mockBidRequest": {
    "id": "testid",
    "imp": [
      {
        "id": "testimpid",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            },
            {
              "w": 320,
              "h": 50
            }
          ]
        },
        "ext": {
          "bidder": {
            "tid": "testtid"
          }
        }
      }
    ],
    "site": {
      "id": "test"
    }
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://localhost/adrequest/prebidserver",
        "body": {
          "id": "testid",
          "imp": [
            {
              "id": "testimpid",
              "tagid": "testtid",
              "banner": {
                "format": [
                  {
                    "w": 300,
                    "h": 250
                  },
                  {
                    "w": 320,
                    "h": 50
                  }
                ]
              }
            }
          ],
          "site": {
            "id": "test"
          }
        },
        "impIDs":["testimpid"]
      },
      "mockResponse": {
        "status": 204,
        "body": {}
      }
    }
  ],
  "expectedBidResponses": []
}
