github.com/prebid/prebid-server/v2@v2.18.0/adapters/kidoz/kidoztest/supplemental/bidder-marshal.json (about)

     1  {
     2  	"mockBidRequest": {
     3  		"id": "test-request-id",
     4  		"imp": [
     5  			{
     6  				"id": "test-impression-id-7",
     7  				"banner": {
     8  					"format": [
     9  						{
    10  							"w": 320,
    11  							"h": 50
    12  						}
    13  					]
    14  				},
    15  				"ext": {
    16  					"bidder": "invalid bidder"
    17  				}
    18  			}
    19  		]
    20  	},
    21  	"httpCalls": [],
    22  	"expectedBidResponses": [],
    23  	"expectedMakeRequestsErrors": [
    24  		{
    25  			"value": "json: cannot unmarshal string into Go value of type openrtb_ext.ExtImpKidoz",
    26  			"comparison": "literal"
    27  		}
    28  	],
    29  	"expectedMakeBidsErrors": []
    30  }