{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [{"w": 320, "h": 50}]
        },
        "ext": {
          "bidder": {
            "sid": "testSid",
            "token": "testToken",
            "placementId": "testPlacementId",
            "appId": "testAppId"
          }
        }
      }
    ]
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://xyz.test.com?sid=testSid&token=testToken",
        "body": {
          "id": "test-request-id",
          "imp": [
            {
              "id":"test-imp-id",
              "banner": {
                "format": [{"w": 320, "h": 50}],
                "w": 320,
                "h": 50
              },
              "ext": {
                "bidder": {
                  "sid": "testSid",
                  "token": "testToken",
                  "placementId": "testPlacementId",
                  "appId": "testAppId"
                }
              }
            }
          ]
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 204,
        "body": {}
      }
    }
  ],

  "expectedBidResponses": []

}
