github.com/prebid/prebid-server@v0.275.0/adapters/grid/gridtest/supplemental/bad_bidder_request.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "banner": {
     8            "format": [
     9              {
    10                "w": 300,
    11                "h": 250
    12              }
    13            ]
    14          },
    15          "ext": {
    16            "bidder": "some not exist"
    17          }
    18        }
    19      ]
    20    },
    21    "expectedMakeRequestsErrors": [
    22      {
    23        "value": "json: cannot unmarshal string into Go value of type openrtb_ext.ExtImpGrid",
    24        "comparison": "literal"
    25      },
    26      {
    27        "value": "No valid impressions for grid",
    28        "comparison": "literal"
    29      }
    30    ],
    31    "httpCalls":[],
    32    "expectedBidResponses": []
    33  }