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