github.com/prebid/prebid-server@v0.275.0/adapters/lockerdome/lockerdometest/supplemental/empty_adUnitId_param.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "banner": {
     8            "format": [
     9              {
    10                "w": 300,
    11                "h": 250
    12              }
    13            ]
    14          },
    15          "ext": {
    16            "bidder": {
    17              "adUnitId": ""
    18            }
    19          }
    20        }
    21      ]
    22    },
    23  
    24    "expectedMakeRequestsErrors": [
    25      {
    26        "value": "ext.bidder.adUnitId is empty.",
    27        "comparison": "literal"
    28      },
    29      {
    30        "value": "No valid or supported impressions in the bid request.",
    31        "comparison": "literal"
    32      }
    33    ]
    34  }