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

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