github.com/prebid/prebid-server/v2@v2.18.0/adapters/rise/risetest/supplemental/bad-request.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "video": {
     8            "mimes": [
     9              "video/mp4"
    10            ],
    11            "minduration": 1,
    12            "maxduration": 2,
    13            "protocols": [1,3,5],
    14            "w": 1020,
    15            "h": 780,
    16            "startdelay": 1,
    17            "placement": 1,
    18            "playbackmethod": [2],
    19            "delivery": [1],
    20            "api": [1,2,3,4]
    21          },
    22          "ext": {
    23            "bidder": {
    24              "org": "72721",
    25              "path": "mvo",
    26              "zone": "1r"
    27            }
    28          }
    29        }
    30      ]
    31    },
    32    "httpCalls": [
    33      {
    34        "expectedRequest": {
    35          "uri": "http://localhost/prebid_server?publisher_id=72721",
    36          "body": {
    37            "id": "test-request-id",
    38            "imp": [
    39              {
    40                "id": "test-imp-id",
    41                "video": {
    42                  "mimes": [
    43                    "video/mp4"
    44                  ],
    45                  "minduration": 1,
    46                  "maxduration": 2,
    47                  "protocols": [1,3,5],
    48                  "w": 1020,
    49                  "h": 780,
    50                  "startdelay": 1,
    51                  "placement": 1,
    52                  "playbackmethod": [2],
    53                  "delivery": [1],
    54                  "api": [1,2,3,4]
    55                },
    56                "ext": {
    57                  "bidder": {
    58                    "org": "72721",
    59                    "zone": "1r",
    60                    "path": "mvo"
    61                  }
    62                }
    63              }
    64            ]
    65          },
    66          "impIDs":["test-imp-id"]
    67        },
    68        "mockResponse": {
    69          "status": 400,
    70          "body": {}
    71        }
    72      }
    73    ],
    74    "expectedMakeBidsErrors": [
    75      {
    76        "value": "Unexpected status code: 400. Run with request.debug = 1 for more info",
    77        "comparison": "literal"
    78      }
    79    ]
    80  }