github.com/prebid/prebid-server@v0.275.0/adapters/openweb/openwebtest/supplemental/no-valid-imps.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "video": {
     8            "w": 900,
     9            "h": 250,
    10            "mimes": [
    11              "video/x-flv",
    12              "video/mp4"
    13            ]
    14          },
    15          "ext": {
    16            "bidder": {
    17              "aid": "not valid value"
    18            }
    19          }
    20        }
    21      ]
    22    },
    23  
    24    "expectedMakeRequestsErrors": [
    25      {
    26        "value": "^ignoring imp id=test-imp-id, error while decoding impExt",
    27        "comparison": "regex"
    28      }
    29    ]
    30  }