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

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