github.com/prebid/prebid-server/v2@v2.18.0/adapters/eplanning/eplanningtest/supplemental/server-no-content.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "banner": {
     8            "w": 600,
     9            "h": 300
    10          },
    11          "ext": {
    12            "bidder": {
    13              "ci": "12345",
    14              "adunit_code": "test_adunitcode"
    15            }
    16          }
    17        }
    18      ]
    19    },
    20    "httpCalls": [
    21      {
    22        "expectedRequest": {
    23          "uri": "http://rtb.e-planning.net/pbs/1/12345/1/FILE/ROS?e=testadunitcode%3A600x300&ncb=1&ur=FILE",
    24          "body": {},
    25          "impIDs":["test-imp-id"]
    26        },
    27        "mockResponse": {
    28          "status": 204
    29        }
    30      }
    31    ],
    32    "expectedBidResponses": []
    33  }