github.com/prebid/prebid-server@v0.275.0/adapters/engagebdr/engagebdrtest/supplemental/no-imp.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5      ]
     6    },
     7  
     8    "expectedMakeRequestsErrors": [
     9      {
    10        "value": "Invalid BidRequest. No valid imp.",
    11        "comparison": "literal"
    12      }
    13    ]
    14  }
    15