github.com/prebid/prebid-server/v2@v2.18.0/adapters/mobfoxpb/mobfoxpbtest/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                          "TagID": "100000000"
    22                      }
    23                  }
    24              }
    25          ],
    26          "app": {
    27              "id": "1",
    28              "bundle": "com.wls.testwlsapplication"
    29          },
    30          "device": {}
    31      },
    32      "httpCalls": [
    33          {
    34              "expectedRequest": {
    35                  "uri": "http://example.com/?c=o&m=ortb&key=__key__",
    36                  "body": {
    37                      "id": "test-request-id",
    38                      "imp": [
    39                          {
    40                              "id": "test-imp-id",
    41                              "banner": {
    42                                  "format": [
    43                                      {
    44                                          "w": 300,
    45                                          "h": 250
    46                                      },
    47                                      {
    48                                          "w": 300,
    49                                          "h": 600
    50                                      }
    51                                  ]
    52                              },
    53                              "ext": {
    54                                  "bidder": {
    55                                      "TagID": "100000000"
    56                                  }
    57                              }
    58                          }
    59                      ],
    60                      "app": {
    61                          "id": "1",
    62                          "bundle": "com.wls.testwlsapplication"
    63                      },
    64                      "device": {}
    65                  },
    66                  "impIDs":["test-imp-id"]
    67              },
    68              "mockResponse": {
    69                  "status": 400,
    70                  "body": {}
    71              }
    72          }
    73      ],
    74      "expectedMakeBidsErrors": [
    75          {
    76              "value": "Unexpected status code: 400. Run with request.debug = 1 for more info",
    77              "comparison": "literal"
    78          }
    79      ]
    80  }