github.com/prebid/prebid-server/v2@v2.18.0/adapters/between/betweentest/supplemental/missing-imp.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "missing-extbid-test",
     4      "imp": [
     5        {
     6          "id": "missing-extbid-test",
     7          "banner": {
     8            "format": [
     9              {
    10                "w": 300,
    11                "h": 250
    12              }
    13            ]
    14          }
    15        }
    16      ]
    17    },
    18    "expectedMakeRequestsErrors": [
    19      {
    20        "value": "ignoring imp id=missing-extbid-test, invalid BidderExt",
    21        "comparison": "literal"
    22      }
    23    ]
    24  }