github.com/prebid/prebid-server/v2@v2.18.0/adapters/kargo/kargotest/supplemental/status-bad-request.json (about)

     1  {
     2      "mockBidRequest": {
     3        "id": "5f4d1e01",
     4        "at": 1,
     5        "imp": [
     6          {
     7            "id":"test-imp-id"
     8          }
     9        ],
    10        "tmax": 200
    11      },
    12      "httpCalls": [
    13        {
    14          "expectedRequest": {
    15            "uri": "http://example.com/bid",
    16            "body": {
    17              "id": "5f4d1e01",
    18              "at": 1,
    19              "imp": [
    20                {
    21                  "id":"test-imp-id"
    22                }
    23              ],
    24              "tmax": 200
    25            },
    26            "impIDs":["test-imp-id"]
    27          },
    28          "mockResponse": {
    29            "status": 400,
    30            "body": {
    31            }
    32          }
    33        }
    34      ],
    35      "expectedBidResponses": [],
    36      "expectedMakeBidsErrors": [
    37        {
    38          "value": "Unexpected status code: 400. Run with request.debug = 1 for more info.",
    39          "comparison": "literal"
    40        }
    41      ]
    42    }
    43