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

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