github.com/prebid/prebid-server/v2@v2.18.0/adapters/tpmn/tpmntest/supplemental/status-404.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              "inventoryId": 10000001
    22            }
    23          }
    24        }
    25      ],
    26      "app": {
    27        "id": "1",
    28        "bundle": "com.wls.testwlsapplication"
    29      },
    30      "device": {
    31        "ip": "123.123.123.123",
    32        "ifa": "sdjfksdf-dfsds-dsdg-dsgg"
    33      }
    34    },
    35    "httpCalls": [
    36      {
    37        "expectedRequest": {
    38          "uri": "https://gat.tpmn.io/ortb/pbs_bidder",
    39          "body": {
    40            "id": "test-request-id",
    41            "imp": [
    42              {
    43                "id": "test-imp-id",
    44                "banner": {
    45                  "format": [
    46                    {
    47                      "w": 300,
    48                      "h": 250
    49                    },
    50                    {
    51                      "w": 300,
    52                      "h": 600
    53                    }
    54                  ]
    55                },
    56                "bidfloorcur": "USD",
    57                "ext": {
    58                  "bidder": {
    59                    "inventoryId": 10000001
    60                  }
    61                }
    62              }
    63            ],
    64            "app": {
    65              "id": "1",
    66              "bundle": "com.wls.testwlsapplication"
    67            },
    68            "device": {
    69              "ip": "123.123.123.123",
    70              "ifa": "sdjfksdf-dfsds-dsdg-dsgg"
    71            }
    72          },
    73          "impIDs":["test-imp-id"]
    74        },
    75        "mockResponse": {
    76          "status": 404,
    77          "body": {}
    78        }
    79      }
    80    ],
    81    "expectedMakeBidsErrors": [
    82      {
    83        "value": "Unexpected status code: 404. Run with request.debug = 1 for more info",
    84        "comparison": "literal"
    85      }
    86    ]
    87  }