{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 50
            }
          ]
        },
        "ext": {
          "bidder": {
            "accountId": "fake-account-id",
            "zoneId": ""
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://adx.tradplusad.com/fake-account-id/pserver",
        "body": {
          "id": "test-request-id",
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "format": [
                  {
                    "w": 300,
                    "h": 50
                  }
                ]
              },
              "ext": {
                "bidder": {
                  "accountId": "fake-account-id",
                  "zoneId": ""
                }
              }
            }
          ]
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 204,
        "body": {}
      }
    }
  ],
  "expectedBidResponses": []
}
