github.com/prebid/prebid-server/v2@v2.18.0/adapters/deepintent/deepintenttest/supplemental/no_banner.json (about)

     1  {
     2      "mockBidRequest": {
     3        "id": "test-request-id",
     4        "imp": [
     5          {
     6            "id": "test-banner-imp-id",
     7            "ext": {
     8              "bidder": {
     9                "tagId": "16"
    10              }
    11            }
    12          }
    13        ],
    14        "site": {
    15          "domain": "deepintent.com",
    16          "page": "http://deepintent.com/"
    17        }
    18      },
    19      "expectedMakeRequestsErrors": [
    20        {
    21          "value": "We need a Banner Object in the request",
    22          "comparison": "literal"
    23        }
    24      ]
    25    }
    26