github.com/prebid/prebid-server/v2@v2.18.0/adapters/adoppler/adopplertest/supplemental/server-error.json (about)

     1  {
     2    "mockBidRequest":{
     3      "id":"req1",
     4      "imp":[
     5        {
     6          "id":"imp1",
     7          "banner":{
     8            "w":100,
     9            "h":200
    10          },
    11          "ext":{
    12            "bidder":{
    13              "adunit":"unit1"
    14            }
    15          }
    16        }
    17      ]
    18    },
    19    "httpCalls":[
    20      {
    21        "expectedRequest":{
    22          "uri":"http://app.trustedmarketplace.com/processHeaderBid/unit1",
    23          "body":{
    24            "id":"req1-unit1",
    25            "imp":[
    26              {
    27                "id":"imp1",
    28                "banner":{
    29                  "w":100,
    30                  "h":200
    31                },
    32                "ext":{
    33                  "bidder":{
    34                    "adunit":"unit1"
    35                  }
    36                }
    37              }
    38            ]
    39          },
    40          "impIDs":["imp1"]
    41        },
    42        "mockResponse":{
    43          "status":500,
    44          "body":""
    45        }
    46      }
    47    ],
    48    "expectedBidResponses":[
    49  
    50    ],
    51    "expectedMakeBidsErrors":[
    52      {
    53        "value":"unexpected status: 500",
    54        "comparison":"literal"
    55      }
    56    ]
    57  }