github.com/prebid/prebid-server/v2@v2.18.0/adapters/adkernelAdn/adkerneladntest/supplemental/wrong-imp-ext-3.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "0000000000001",
     4      "imp": [
     5        {
     6          "id": "malconfigured-adunit",
     7          "banner": {
     8            "format": [{"w": 300,"h": 250}]
     9          },
    10          "ext": {
    11            "bidder": {}
    12          }
    13        }
    14      ]
    15    },
    16  
    17    "expectedMakeRequestsErrors": [
    18      {
    19        "value": "Invalid pubId value. Ignoring imp id=malconfigured-adunit",
    20        "comparison": "literal"
    21      }
    22    ]
    23  }