{
	"mockBidRequest": {
		"id": "test-request-id",
		"imp": [
			{
				"id": "test-imp-id",
				"banner": {
					"format": [
						{
							"w": 300,
							"h": 250
						},
						{
							"w": 300,
							"h": 600
						}
					]
				},
				"ext": {
					"bidder": {
						"auI": "1"
					}
				}
			}
		]
	},
	"httpCalls": [
		{
			"expectedRequest": {
				"uri": "http://whatever.url?format=prebidServer&tzo=0",
				"body": {
					"adUnits": [
						{
							"auId": "",
							"targetId": "-test-imp-id:banner",
							"nativeRequest": {},
							"dimensions": [[300,250],[300,600]]
						}
					],
					"context": "unknown",
					"metaData": {

					}
				},
				"impIDs":["test-imp-id"]
			},
			"mockResponse": {
				"status": 400,
				"body": {

				}
			}
		}
	],
	"expectedMakeBidsErrors": [
		{
			"value": "Status code: 400, Request malformed",
			"comparison": "literal"
		}
	]
}
