github.com/prebid/prebid-server/v2@v2.18.0/adapters/vox/voxtest/supplemental/response_500_to_error.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "It is hard to make up ids.",
     4      "site": {
     5        "page": "http://catsanddogs.com/article/887"
     6      },
     7      "cur": ["USD"],
     8      "imp": [{
     9        "id": "Impression id #4",
    10        "bidfloorcur": "USD",
    11        "video": { "w": 1280, "h": 720, "mimes": ["video/mp4"] },
    12        "ext": {
    13          "bidder": {
    14            "placementId": "64b94ca2b5eb3605e0a0e3be"
    15          }
    16        }
    17      }]
    18    },
    19  
    20    "httpCalls": [{
    21      "expectedRequest": {
    22        "uri": "http://somecoolurlfor.vox",
    23        "heades": {},
    24        "body": {
    25          "id": "It is hard to make up ids.",
    26          "site": {
    27            "page": "http://catsanddogs.com/article/887"
    28          },
    29          "cur": ["USD"],
    30          "imp": [{
    31            "id": "Impression id #4",
    32            "bidfloorcur": "USD",
    33            "video": { "w": 1280, "h": 720, "mimes": ["video/mp4"] },
    34            "ext": {
    35              "bidder": {
    36                "placementId": "64b94ca2b5eb3605e0a0e3be"
    37              }
    38            }
    39          }]
    40        },
    41        "impIDs":["Impression id #4"]
    42      },
    43  
    44      "mockResponse": {
    45        "status": 500,
    46        "headers": {},
    47        "body": {}
    48      }
    49    }],
    50  
    51    "expectedBidResponses": [],
    52  
    53    "expectedMakeBidsErrors": [{
    54      "value": "Unexpected status code: 500",
    55      "comparison": "regex"
    56    }]
    57  }