github.com/prebid/prebid-server/v2@v2.18.0/adapters/imds/imdstest/supplemental/bad_response.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                "w": 300,
    15                "h": 600
    16              }
    17            ]
    18          },
    19          "ext": {
    20            "bidder": {
    21              "seatId": "prebid",
    22              "tagId": "demo1"
    23            }
    24          }
    25        }
    26      ]
    27    },
    28  
    29    "httpCalls": [
    30      {
    31        "expectedRequest": {
    32          "uri": "http://pbs.technoratimedia.com/openrtb/bids/prebid?src=pbs-go%2F1.0.0&adapter=imds",
    33          "body": {
    34            "id": "test-request-id",
    35            "ext": {
    36              "seatId": "prebid"
    37            },
    38            "imp": [
    39              {
    40                "id":"test-imp-id",
    41                "tagid": "demo1",
    42                "banner": {
    43                  "format": [
    44                    {"w":300,"h":250},
    45                    {"w":300,"h":600}
    46                  ]
    47                },
    48                "ext": {
    49                  "bidder": {
    50                    "seatId": "prebid",
    51                    "tagId": "demo1"
    52                  }
    53                }
    54              }
    55            ]
    56          },
    57          "impIDs":["test-imp-id"]
    58        },
    59        "mockResponse": {
    60          "status": 200,
    61          "body": "{\"id\"data.lost"
    62        }
    63      }
    64    ],
    65    "expectedMakeBidsErrors": [
    66      {
    67        "comparison": "literal",
    68        "value": "json: cannot unmarshal string into Go value of type openrtb2.BidResponse"
    69      }
    70    ]
    71  }