github.com/prebid/prebid-server/v2@v2.18.0/adapters/triplelift_native/triplelift_nativetest/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      "app": { "publisher": {"ext":{"prebid":{"parentAccount":"foo"}}, "id":"far","name":"bar"}},
    15      "imp": [
    16        {
    17          "id": "test-imp-id",
    18          "banner": {
    19            "format": [
    20              {
    21                "w": 300,
    22                "h": 250
    23              },
    24              {
    25                "w": 300,
    26                "h": 600
    27              }
    28            ]
    29          },
    30          "ext":  "aaa"      
    31      }
    32      ]
    33    },
    34    "httpCalls": [
    35    ]
    36  }