{
  "mockBidRequest": {
    "id": "test-request-id",
    "app": {},
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            },
            {
              "w": 300,
              "h": 600
            }
          ]
        },
        "displaymanagerver": "any-display-manager-version",
        "ext": {
          "bidder": {
            "placement_id": 1
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://any.url",
        "body": {
          "id": "test-request-id",
          "app": {},
          "ext": {
            "appnexus": {
              "hb_source": 5
            }
          },
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "format": [
                  {
                    "w": 300,
                    "h": 250
                  },
                  {
                    "w": 300,
                    "h": 600
                  }
                ],
                "w": 300,
                "h": 250
              },
              "displaymanagerver": "any-display-manager-version",
              "ext": {
                "appnexus": {
                  "placement_id": 1
                }
              }
            }
          ]
        },
        "impIDs": [
          "test-imp-id"
        ]
      },
      "mockResponse": {
        "status": 400,
        "body": {}
      }
    }
  ],
  "expectedMakeBidsErrors": [
    {
      "value": "Unexpected status code: 400. Run with request.debug = 1 for more info",
      "comparison": "literal"
    }
  ]
}