github.com/prebid/prebid-server/v2@v2.18.0/adapters/triplelift/triplelifttest/supplemental/badext.json (about)

     1  {
     2    "expectedMakeRequestsErrors": [
     3      {
     4        "value": "json: cannot unmarshal string into Go value of type adapters.ExtImpBidder",
     5        "comparison": "literal"
     6      },
     7      {
     8        "value": "No valid impressions for triplelift",
     9        "comparison": "literal"
    10      }
    11    ],
    12    "mockBidRequest": {
    13      "id": "test-request-id",
    14      "imp": [
    15        {
    16          "id": "test-imp-id",
    17          "banner": {
    18            "format": [
    19              {
    20                "w": 300,
    21                "h": 250
    22              },
    23              {
    24                "w": 300,
    25                "h": 600
    26              }
    27            ]
    28          },
    29          "ext":  "aaa"      
    30      }
    31      ]
    32    },
    33    "httpCalls": [
    34    ]
    35  }