github.com/prebid/prebid-server/v2@v2.18.0/adapters/teads/teadstest/supplemental/status-400.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "banner": {
     8            "format": [
     9              {
    10                "w": 300,
    11                "h": 250
    12              }
    13            ]
    14          },
    15          "ext": {
    16            "bidder": {
    17              "placementId": 1
    18            }
    19          }
    20        }
    21      ]
    22    },
    23  
    24    "httpCalls": [
    25      {
    26        "expectedRequest": {
    27          "uri": "https://psrv.teads.tv/prebid-server/bid-request",
    28          "body": {
    29            "id": "test-request-id",
    30            "imp": [
    31              {
    32                "id": "test-imp-id",
    33                "tagid": "1",
    34                "banner": {
    35                  "format": [
    36                    {
    37                      "w": 300,
    38                      "h": 250
    39                    }
    40                  ],
    41                  "w": 300,
    42                  "h": 250
    43                },
    44                "ext": {
    45                  "kv": {
    46                    "placementId": 1
    47                  }
    48                }
    49              }
    50            ]
    51          },
    52          "impIDs":["test-imp-id"]
    53        },
    54        "mockResponse": {
    55          "status": 400,
    56          "body": {}
    57        }
    58      }
    59    ],
    60    "expectedMakeBidsErrors": [
    61      {
    62        "value": "Unexpected status code: 400. Run with request.debug = 1 for more info",
    63        "comparison": "literal"
    64      }
    65    ]
    66  }