github.com/prebid/prebid-server/v2@v2.18.0/adapters/bidmachine/bidmachinetest/supplemental/missing-banner-format.json (about)

     1  {
     2    "mockBidRequest":
     3    {
     4      "id": "test-request-id",
     5      "imp": [
     6      {
     7        "id": "test-impression-id-1",
     8        "banner":
     9        {},
    10        "ext":
    11        {
    12          "bidder":
    13          {
    14            "seller_id": "1",
    15            "host": "api-eu",
    16            "path": "auction/rtb/v2"
    17          }
    18        }
    19      }]
    20    },
    21    "expectedMakeRequestsErrors": [
    22    {
    23      "value": "Impression with id: test-impression-id-1 has following error: Banner width and height is not provided and banner format is missing. At least one is required",
    24      "comparison": "literal"
    25    }]
    26  }