github.com/prebid/prebid-server/v2@v2.18.0/adapters/beachfront/beachfronttest/supplemental/video-wrong-appids.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "adm-video",
     4      "imp": [
     5        {
     6          "id": "video1",
     7          "ext": {
     8            "bidder": {
     9              "bidfloor": 3.01,
    10              "appIds": {
    11                "banner": "theWrongAppId"
    12              }
    13            }
    14          },
    15          "video": {
    16            "mimes": [
    17              "video/mp4"
    18            ],
    19            "context": "instream",
    20            "w": 300,
    21            "h": 250
    22          }
    23        }
    24      ],
    25      "site": {
    26        "page": "https://some.domain.us/some/page.html"
    27      },
    28      "device":{
    29        "ip":"255.255.255.255"
    30      }
    31    },
    32  
    33    "expectedMakeRequestsErrors": [
    34      {
    35        "value": "unable to determine the appId(s) from the supplied extension",
    36        "comparison": "literal"
    37      }
    38    ] 
    39  }