github.com/prebid/prebid-server@v0.275.0/adapters/beachfront/beachfronttest/supplemental/bidder_response_unmarshal_error_nurl_video.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "adm-video",
     4      "imp": [
     5        {
     6          "id": "video1",
     7          "ext": {
     8            "bidder": {
     9              "appId": "videoAppId1",
    10              "videoResponseType": "nurl"
    11            }
    12          },
    13          "video": {
    14            "mimes": [
    15              "video/mp4"
    16            ],
    17            "context": "instream",
    18            "w": 300,
    19            "h": 250
    20          }
    21        }
    22      ],
    23      "site": {
    24        "page": "https://some.domain.us/some/page.html"
    25      },
    26      "device":{
    27        "ip":"255.255.255.255"
    28      }
    29    },
    30  
    31    "httpCalls": [
    32      {
    33        "expectedRequest": {
    34          "uri": "https://qa.beachrtb.com/bid.json?exchange_id=videoAppId1&prebidserver",
    35          "body": {
    36            "id": "adm-video",
    37            "imp": [
    38              {
    39                "video": {
    40                  "w": 300,
    41                  "h": 250,
    42                  "mimes": [
    43                    "video/mp4"
    44                  ]
    45                },
    46                "id": "video1",
    47                "secure": 1
    48              }
    49            ],
    50            "isPrebid": true,
    51            "site": {
    52              "page": "https://some.domain.us/some/page.html",
    53              "domain": "some.domain.us"
    54            },
    55            "cur": [
    56              "USD"
    57            ],
    58            "device":{
    59              "devicetype": 2,
    60              "ip":"255.255.255.255"
    61            }
    62          }
    63        },
    64        "mockResponse": {
    65          "status": 200,
    66          "body": {
    67              "wrong": "very very wrong.",
    68              "alsoWrong": "not even close to right."
    69          }
    70        }
    71      }
    72    ],
    73  
    74    "expectedMakeBidsErrors": [
    75      {
    76        "value": "server response failed to unmarshal as valid rtb. Run with request.debug = 1 for more info",
    77        "comparison": "literal"
    78      }
    79    ]
    80  }