github.com/prebid/prebid-server/v2@v2.18.0/adapters/revcontent/revcontenttest/supplemental/missing_domain.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "banner": {
     8            "format": [{"w": 300, "h": 50}]
     9          }
    10        }
    11      ],
    12      "app": {
    13        "id":"test-imp-id"
    14      }
    15    },
    16  
    17    "expectedMakeRequestsErrors": [
    18      {
    19        "value": "Impression is missing app name or site domain, and must contain one.",
    20        "comparison": "literal"
    21      }
    22    ]
    23  }