github.com/prebid/prebid-server/v2@v2.18.0/adapters/smartx/smartxtest/supplemental/02-internal-server-error.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-internal-server-error-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "video": {
     8            "mimes": [
     9              "video/mp4"
    10            ]
    11          }
    12        }
    13      ]
    14    },
    15    "httpCalls": [
    16      {
    17        "expectedRequest": {
    18          "uri": "https://bid.smartclip.net/bid/1005",
    19          "body": {
    20            "id": "test-internal-server-error-id",
    21            "imp": [
    22              {
    23                "id": "test-imp-id",
    24                "video": {
    25                  "mimes": [
    26                    "video/mp4"
    27                  ]
    28                }
    29              }
    30            ]
    31          },
    32          "impIDs":["test-imp-id"]
    33        },
    34        "mockResponse": {
    35          "status": 400,
    36          "body": {}
    37        }
    38      }
    39    ],
    40    "expectedMakeBidsErrors": [
    41      {
    42        "value": "Unexpected status code: 400. Run with request.debug = 1 for more info",
    43        "comparison": "literal"
    44      }
    45    ]
    46  }