github.com/prebid/prebid-server/v2@v2.18.0/adapters/beachfront/beachfronttest/supplemental/internal-server-error-500.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "nurl-video",
     4      "imp": [
     5        {
     6          "id": "video1",
     7          "ext": {
     8            "bidder": {
     9              "videoResponseType": "nurl",
    10              "bidfloor": 0.01,
    11              "appId": "videoAppId1"
    12            }
    13          },
    14          "video": {
    15            "mimes": [
    16              "video/mp4"
    17            ],
    18            "context": "instream",
    19            "w": 300,
    20            "h": 250
    21          }
    22        }
    23      ],
    24      "site": {
    25        "page": "http://example.com/whatever/something.html"
    26      },
    27      "device": {
    28        "ip": "255.255.255.255"
    29      }
    30    },
    31  
    32    "httpCalls": [
    33      {
    34        "expectedRequest": {
    35          "uri": "https://qa.beachrtb.com/bid.json?exchange_id=videoAppId1&prebidserver",
    36          "body": {
    37            "id": "nurl-video",
    38            "isPrebid": true,
    39            "imp": [
    40              {
    41                "video": {
    42                  "w": 300,
    43                  "h": 250,
    44                  "mimes": [
    45                    "video/mp4"
    46                  ]
    47                },
    48                "id": "video1",
    49                "secure": 0
    50              }
    51            ],
    52            "site": {
    53              "page": "http://example.com/whatever/something.html",
    54              "domain": "example.com"
    55            },
    56            "device": {
    57              "devicetype": 2,
    58              "ip": "255.255.255.255"
    59            },
    60            "cur": [
    61              "USD"
    62            ]
    63          },
    64          "impIDs":["video1"]
    65        },
    66        "mockResponse": {
    67          "status": 500,
    68          "body": ""
    69        }
    70      }
    71    ],
    72  
    73    "expectedMakeBidsErrors": [
    74      {
    75        "value": "server error status code 500 from https://qa.beachrtb.com/bid.json?exchange_id=videoAppId1&prebidserver. Run with request.debug = 1 for more info",
    76        "comparison": "literal"
    77      }
    78    ]
    79  }