github.com/prebid/prebid-server@v0.275.0/adapters/rubicon/rubicontest/supplemental/invalid-bidder-ext.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  
    15            {
    16              "accountId": 1001,
    17              "siteId":113932,
    18              "zoneId":535510
    19            }
    20              ]
    21          }
    22        }
    23      ]
    24    },
    25  
    26    "expectedMakeRequestsErrors": [
    27      {
    28        "value": "json: cannot unmarshal array into Go struct field rubiconExtImpBidder.bidder of type openrtb_ext.ExtImpRubicon",
    29        "comparison": "literal"
    30      }
    31    ]
    32  }