github.com/prebid/prebid-server/v2@v2.18.0/adapters/nextmillennium/nextmillenniumtest/supplemental/error-response.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "testid",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "banner": {
     8            "format": [
     9              {
    10                "w": 300,
    11                "h": 300
    12              }
    13            ],
    14            "w": 320,
    15            "h": 250
    16          },
    17          "ext": {
    18            "bidder": {
    19              "placement_id": "7819"
    20            }
    21          }
    22        }
    23      ]
    24    },
    25    "httpCalls": [
    26      {
    27        "expectedRequest": {
    28          "uri": "https://pbs.nextmillmedia.com/openrtb2/auction",
    29          "body": {
    30            "id": "testid",
    31            "ext": {
    32              "nextMillennium": {},
    33              "prebid": {
    34                "storedrequest": {
    35                  "id": "7819"
    36                },
    37                "server": {
    38                  "datacenter": "2",
    39                  "externalurl": "http://hosturl.com",
    40                 "gvlid": 1
    41                }
    42              }
    43            },
    44            "imp": [
    45              {
    46                "banner": {
    47                  "format": [
    48                    {
    49                      "h": 300,
    50                      "w": 300
    51                    }
    52                  ],
    53                  "h": 250,
    54                  "w": 320
    55                },
    56                "ext": {
    57                  "nextMillennium": {},
    58                  "prebid": {
    59                    "storedrequest": {
    60                      "id": "7819"
    61                    }
    62                  }
    63                },
    64                "id": "test-imp-id"
    65              }
    66            ]
    67          },
    68          "impIDs":["test-imp-id"]
    69        },
    70        "mockResponse": {
    71          "status": 500
    72        }
    73      }
    74    ],
    75    "expectedBidResponses": [],
    76    "expectedMakeBidsErrors": [
    77      {
    78        "value": "Unexpected http status code: 500",
    79        "comparison": "literal"
    80      }
    81    ]
    82  }