github.com/prebid/prebid-server/v2@v2.18.0/adapters/connectad/connectadtest/supplemental/wrongext.json (about)

     1  {
     2      "mockBidRequest": {
     3        "id": "test-request-id",
     4        "imp": [
     5          {
     6            "id": "test-banner-imp-id",
     7            "banner": {
     8              "format": [
     9                {
    10                  "w": 300,
    11                  "h": 250
    12                }
    13              ]
    14            },
    15            "ext": {
    16              "bidder": {
    17                "networkId": 123456
    18              }
    19            }
    20          }
    21        ],
    22        "site": {
    23          "domain": "connectad.io",
    24          "page": "http://connectad.io/"
    25        }
    26      },
    27      "expectedMakeRequestsErrors": [
    28        {
    29          "value": "Impression id=test-banner-imp-id, has no siteId present",
    30          "comparison": "literal"
    31        },
    32        {
    33          "value": "Error in preprocess of Imp",
    34          "comparison": "literal"
    35        }
    36      ]
    37    }
    38