github.com/prebid/prebid-server/v2@v2.18.0/adapters/datablocks/datablockstest/supplemental/missing-ext.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  
    19    "expectedMakeRequestsErrors": [
    20      {
    21        "value": "Missing bidder ext: unexpected end of JSON input",
    22        "comparison": "literal"
    23      } 
    24    ]
    25  
    26    
    27  }