github.com/prebid/prebid-server/v2@v2.18.0/adapters/gothamads/gothamadstest/supplemental/invalid-gotham-ext-object.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    "mockBidRequest": {
     9      "id": "test-request-id",
    10      "imp": [
    11        {
    12          "id": "some-impression-id",
    13          "tagid": "my-adcode",
    14          "video": {
    15            "mimes": [
    16              "video/mp4"
    17            ],
    18            "w": 640,
    19            "h": 480,
    20            "minduration": 120,
    21            "maxduration": 150
    22          },
    23          "ext": "wrongExt"
    24        }
    25      ],
    26      "site": {
    27        "page": "test.com"
    28      }
    29    },
    30    "httpCalls": []
    31  }