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

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "video": {
     8            "mimes": ["video/mp4"],
     9            "protocols": [2, 5],
    10            "w": 1024,
    11            "h": 576
    12          },
    13          "ext":{
    14            "bidder":{
    15              "supplyId": "supply-test"
    16             }
    17          }
    18        }
    19      ]
    20    },
    21  
    22    "httpCalls": [
    23      {
    24        "expectedRequest": {
    25          "uri": "https://axonix.com/supply/prebid-server/supply-test",
    26          "body": {
    27            "id": "test-request-id",
    28            "imp": [
    29              {
    30                "id": "test-imp-id",
    31                "video": {
    32                  "mimes": ["video/mp4"],
    33                  "protocols": [2, 5],
    34                  "w": 1024,
    35                  "h": 576
    36                },
    37                "ext": {
    38                  "bidder": {
    39                    "supplyId": "supply-test"
    40                  }
    41                }
    42              }
    43            ]
    44          },
    45          "impIDs":["test-imp-id"]
    46        },
    47        "mockResponse": {
    48          "status": 400,
    49          "body": {}
    50        }
    51      }
    52    ],
    53    "expectedMakeBidsErrors": [
    54      {
    55        "value": "Unexpected status code: 400.",
    56        "comparison": "literal"
    57      }
    58    ]
    59  }