github.com/prebid/prebid-server@v0.275.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        },
    94        "mockResponse": {
    95          "status": 200,
    96          "body": {
    97            "id": "resp-id",
    98            "seatbid": [
    99            ],
   100            "cur": "USD",
   101            "ext": {
   102              "responsetimemillis": {
   103                "videoheroes": 120
   104              },
   105              "tmaxrequest": 1000
   106            }
   107          }
   108        }
   109      }
   110    ],
   111      "mockResponse": {
   112        "status": 200,
   113        "body": "invalid response"
   114      },
   115    "expectedMakeBidsErrors": [
   116      {
   117        "value": "Empty SeatBid array",
   118        "comparison": "literal"
   119      }
   120    ]
   121  }