github.com/prebid/prebid-server/v2@v2.18.0/adapters/videoheroes/videoheroestest/supplemental/empty-seatbid-array.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "request-id",
     4      "site": {
     5        "page": "test.com/page",
     6        "domain": "test.com",
     7        "cat": [
     8          "IAB9-1"
     9        ],
    10        "publisher": {
    11          "id": "123456789"
    12        }
    13      },
    14      "device": {
    15        "ua": "useragent",
    16        "ip": "100.100.100.100",
    17        "language": "en"
    18      },
    19      "tmax": 1000,
    20      "user": {
    21        "id": "some-user"
    22      },
    23      "imp": [
    24        {
    25          "id": "impression-id",
    26          "tagid": "tid",
    27          "video": {
    28            "mimes": [
    29              "video/mp4"
    30            ],
    31            "w": 640,
    32            "h": 480,
    33            "minduration": 30,
    34            "maxduration": 150
    35          },
    36  	      "ext": {
    37              "bidder": {
    38                "placementId": "f897beb0daba0253d8e59a098eef9311"
    39              }
    40            }
    41        }
    42      ]
    43    },
    44    "httpCalls": [
    45      {
    46        "expectedRequest": {
    47          "headers": {
    48            "Content-Type": [
    49              "application/json;charset=utf-8"
    50            ],
    51            "Accept": [
    52              "application/json"
    53            ]
    54          },
    55          "uri": "http://point.contextualadv.com/?t=3&partner=f897beb0daba0253d8e59a098eef9311",
    56          "body": {
    57            "id": "request-id",
    58            "device": {
    59              "ua": "useragent",
    60              "ip": "100.100.100.100",
    61              "language": "en"
    62            },
    63            "imp": [
    64              {
    65                "id": "impression-id",
    66                "video": {
    67                  "mimes": [
    68                    "video/mp4"
    69                  ],
    70                  "minduration": 30,
    71                  "maxduration": 150,
    72                  "w": 640,
    73                  "h": 480
    74                },
    75                "tagid": "tid"
    76              }
    77            ],
    78            "site": {
    79              "page": "test.com/page",
    80              "domain": "test.com",
    81              "cat": [
    82                "IAB9-1"
    83              ],
    84              "publisher": {
    85                "id": "123456789"
    86              }
    87            },
    88            "user": {
    89              "id": "some-user"
    90            },
    91            "tmax": 1000
    92          },
    93          "impIDs":["impression-id"]
    94        },
    95        "mockResponse": {
    96          "status": 200,
    97          "body": {
    98            "id": "resp-id",
    99            "seatbid": [
   100            ],
   101            "cur": "USD",
   102            "ext": {
   103              "responsetimemillis": {
   104                "videoheroes": 120
   105              },
   106              "tmaxrequest": 1000
   107            }
   108          }
   109        }
   110      }
   111    ],
   112      "mockResponse": {
   113        "status": 200,
   114        "body": "invalid response"
   115      },
   116    "expectedMakeBidsErrors": [
   117      {
   118        "value": "Empty SeatBid array",
   119        "comparison": "literal"
   120      }
   121    ]
   122  }