github.com/prebid/prebid-server/v2@v2.18.0/adapters/adkernelAdn/adkerneladntest/supplemental/wrong-imp-ext-2.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              "pubId": -1
    13            }
    14          }
    15        }
    16      ]
    17    },
    18  
    19    "expectedMakeRequestsErrors": [
    20      {
    21        "value": "Invalid pubId value. Ignoring imp id=malconfigured-adunit",
    22        "comparison": "literal"
    23      }
    24    ]
    25  }