github.com/prebid/prebid-server/v2@v2.18.0/adapters/trafficgate/trafficgatetest/supplemental/bad_status_code.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                "w": 300,
    15                "h": 600
    16              }
    17            ]
    18          },
    19          "ext": {
    20            "bidder": {
    21              "placementId": "1",
    22              "host": "example"
    23            }
    24          }
    25        }
    26      ],
    27      "app": {
    28        "id": "1",
    29        "bundle": "com.wls.testwlsapplication"
    30      },
    31      "device": {}
    32    },
    33    "httpCalls": [
    34      {
    35        "expectedRequest": {
    36          "uri": "http://example.bc-plugin.com/?c=o&m=rtb",
    37          "body": {
    38            "id": "test-request-id",
    39            "imp": [
    40              {
    41                "id": "test-imp-id",
    42                "banner": {
    43                  "format": [
    44                    {
    45                      "w": 300,
    46                      "h": 250
    47                    },
    48                    {
    49                      "w": 300,
    50                      "h": 600
    51                    }
    52                  ]
    53                },
    54                "ext": {
    55                  "bidder": {
    56                    "placementId": "1",
    57                    "host": "example"
    58                  }
    59                }
    60              }
    61            ],
    62            "app": {
    63              "id": "1",
    64              "bundle": "com.wls.testwlsapplication"
    65            },
    66            "device": {}
    67          },
    68          "impIDs":["test-imp-id"]
    69        },
    70        "mockResponse": {
    71          "status": 400,
    72          "body": {}
    73        }
    74      }
    75    ],
    76    "expectedMakeBidsErrors": [
    77      {
    78        "value": "Error response with status 400",
    79        "comparison": "literal"
    80      }
    81    ]
    82  }