github.com/prebid/prebid-server/v2@v2.18.0/adapters/adnuntius/adnuntiustest/supplemental/video-error.json (about)

     1  {
     2  	"mockBidRequest": {
     3  		"id": "unsupported-native-request",
     4  		"imp": [
     5  			{
     6  				"id": "unsupported-native-imp",
     7  				"video": {
     8  					"w": 728,
     9  					"h": 90
    10  				},
    11  				"ext": {
    12  					"bidder": {
    13  						"auId": "1"
    14  					}
    15  				}
    16  			}
    17  		]
    18  	},
    19  	"expectedMakeRequestsErrors": [
    20  		{
    21  			"value": "ignoring imp id=unsupported-native-imp, Adnuntius supports only Banner",
    22  			"comparison": "literal"
    23  		}
    24  	]
    25  }