github.com/prebid/prebid-server@v0.275.0/adapters/engagebdr/engagebdrtest/supplemental/no-imp-ext-bidder.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "banner": {
     8            "w": 300,
     9            "h": 250
    10          },
    11          "ext": {
    12          }
    13        }
    14      ]
    15    },
    16  
    17    "expectedMakeRequestsErrors": [
    18      {
    19        "value": "Ignoring imp id=test-imp-id, error while decoding impExt, err: unexpected end of JSON input.",
    20        "comparison": "literal"
    21      }
    22    ]
    23  }
    24