github.com/prebid/prebid-server@v0.275.0/adapters/nobid/nobidtest/supplemental/missing-imps.json (about)

     1  {
     2      "expectedMakeRequestsErrors": [
     3          {
     4            "value": "No Imps in Bid Request",
     5            "comparison": "literal"
     6          }
     7      ],
     8      "mockBidRequest": {
     9        "id": "test-request-id",
    10        "imp": []
    11      },
    12      "httpCalls": []
    13    }
    14