github.com/prebid/prebid-server@v0.275.0/adapters/pulsepoint/pulsepointtest/supplemental/bad-prebid.ext.json (about)

     1  {
     2      "mockBidRequest": {
     3          "id": "request-id",
     4          "site": {
     5              "page": "http://publisher.com/index.html",
     6              "publisher": {
     7                  "id": "123456789",
     8                  "name": "publisher.com"
     9              }
    10          },
    11          "imp": [{
    12              "id": "banner-1",
    13              "banner": {
    14                  "w": 320,
    15                  "h": 50
    16              },
    17              "ext": ""
    18          }]
    19      },
    20      "httpCalls": [],
    21      "expectedMakeRequestsErrors": [{
    22          "value": "json: cannot unmarshal string into Go value of type adapters.ExtImpBidder",
    23          "comparison": "literal"
    24      }],
    25      "expectedBidResponses": [],
    26      "expectedMakeBidsErrors": []
    27  }