github.com/prebid/prebid-server@v0.275.0/adapters/mobilefuse/mobilefusetest/supplemental/bad-ext.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  
     9      "mockBidRequest": {
    10          "id": "test-request-id",
    11          "imp": [
    12              {
    13                  "id": "1",
    14                  "banner": {
    15                      "format": [
    16                          {
    17                              "w": 300,
    18                              "h": 250
    19                          },
    20                          {
    21                              "w": 300,
    22                              "h": 600
    23                          }
    24                      ]
    25                  },
    26                  "ext": "aaa"
    27              }
    28          ]
    29      },
    30  
    31      "httpCalls": []
    32  }