github.com/prebid/prebid-server/v2@v2.18.0/adapters/cpmstar/cpmstartest/supplemental/wrong-impression-ext.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "rqid",
     4      "imp": [
     5        {
     6          "id": "impid",
     7          "video": {
     8           "w": 100,
     9            "h": 200
    10          },
    11          "ext": {
    12            "bidder": {
    13              "placementId": "BOGUS"
    14            }
    15          }
    16        }
    17      ]
    18    },
    19  
    20    "expectedMakeRequestsErrors": [
    21      {
    22        "value": "json: cannot unmarshal string into Go struct field ExtImpCpmstar.placementId of type int",
    23        "comparison": "literal"
    24      }
    25    ]
    26  }