{
  "mockBidRequest": {
    "id": "test-request-id",
    "at": 1,
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            }
          ]
        },
        "ext": {
          "bidder": {
            "zoneId": "zone_code_test_display"
          }
        }
      }
    ]
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://example.com/go/zone_code_test_display",
        "body": {
          "id": "test-request-id",
          "at": 1,
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "format": [
                  {
                    "w": 300,
                    "h": 250
                  }
                ]
              },
              "ext": {
                "bidder": {
                  "zoneId": "zone_code_test_display"
                }
              }
            }
          ]
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 204
      }
    }
  ],
  "expectedBidResponses": [],
  "expectedMakeBidsErrors": []
}
