github.com/prebid/prebid-server/v2@v2.18.0/adapters/cpmstar/cpmstartest/supplemental/audio.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "unsupported-audio-request",
     4      "imp": [
     5        {
     6          "id": "unsupported-audio-imp",
     7          "audio": {
     8            "mimes": ["video/mp4"]
     9          },
    10          "ext": {
    11            "bidder": {
    12              "placementId": 154
    13            }
    14          }
    15        }
    16      ]
    17    },
    18  
    19    "expectedMakeRequestsErrors": [
    20      {
    21        "value": "Only Banner and Video bid-types are supported at this time",
    22        "comparison": "literal"
    23      }
    24    ]
    25  }