github.com/prebid/prebid-server@v0.275.0/adapters/rubicon/rubicontest/supplemental/no-format-elements.json (about)

     1  {
     2    "//": "Prevents #317",
     3    "mockBidRequest": {
     4      "id": "e8f0d8a3-f360-43c2-af08-34aa265108b0",
     5      "site": {
     6        "page": "mysite.com"
     7      },
     8      "imp": [
     9        {
    10          "id":"/19968336/header-bid-tag-0",
    11          "banner": {},
    12          "ext": {
    13            "bidder": {
    14              "accountId": 1001,
    15              "siteId":113932,
    16              "zoneId":535510
    17            }
    18          }
    19        }
    20      ]
    21    },
    22  
    23    "expectedMakeRequestsErrors": [
    24      {
    25        "value": "rubicon imps must have at least one imp.format element",
    26        "comparison": "literal"
    27      }
    28    ]
    29  }