github.com/prebid/prebid-server/v2@v2.18.0/adapters/gamma/gammatest/supplemental/bad-response-no-body.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              "id": "sample-id",
    22              "zid": "sample-zone-id",
    23              "wid": "sample-web-id"
    24             }
    25          }
    26        }
    27      ]
    28    },
    29  
    30    "httpCalls": [
    31      {
    32        "expectedRequest": {
    33          "uri": "https://hb.gammaplatform.com/adx/request/?id=sample-id&zid=sample-zone-id&wid=sample-web-id&bidid=test-imp-id&hb=pbmobile",
    34          "impIDs":["test-imp-id"]
    35        },
    36        "mockResponse": {
    37          "status": 200
    38        }
    39      }
    40    ],
    41    "expectedMakeBidsErrors": [
    42      {
    43        "value": "bad server response: &{%!d(string=unexpected end of JSON input) 0}. ",
    44        "comparison": "literal"
    45      }
    46    ]
    47  }