github.com/prebid/prebid-server@v0.275.0/adapters/engagebdr/engagebdrtest/supplemental/response-500.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "banner": {
     8            "w": 300,
     9            "h": 250
    10          },
    11          "ext": {
    12              "bidder": {
    13                  "sspid": "99999"
    14              }
    15          }
    16        }
    17      ]
    18    },
    19  
    20    "httpCalls": [
    21      {
    22        "expectedRequest": {
    23          "uri": "http://dsp.bnmla.com/hb?zoneid=99999",
    24          "body":{
    25            "id": "test-request-id",
    26            "imp": [{
    27              "id": "test-imp-id",
    28              "banner": {
    29                "w": 300,
    30                "h": 250
    31              },
    32              "ext": {
    33                  "bidder": {
    34                      "sspid":"99999"
    35                  }
    36              }
    37            }]
    38          }
    39        },
    40        "mockResponse": {
    41          "status": 500
    42        }
    43      }
    44    ],
    45    "expectedMakeBidsErrors": [
    46      {
    47        "value": "Unexpected status code: 500. Run with request.debug = 1 for more info",
    48        "comparison": "literal"
    49      }
    50    ]
    51  }
    52