{
  "mockBidRequest": {
    "id": "test-req-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "w": 300,
          "h": 250
        },
        "ext": {
          "bidder": {
            "adUnitId": 123,
            "siteId": 456
          }
        }
      }
    ],
    "tmax": 500
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://localhost/bid/4",
        "body": {
          "id": "test-req-id",
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "w": 300,
                "h": 250
              },
              "ext": {
                "akcelo": {
                  "adUnitId": 123,
                  "siteId": 456
                }
              }
            }
          ],
          "site": {
            "publisher": {
              "ext": {
                "prebid": {
                  "parentAccount": "456"
                }
              }
            }
          },
          "tmax": 500
        },
        "impIDs": [
          "test-imp-id"
        ]
      },
      "mockResponse": {
        "status": 500,
        "body": {}
      }
    }
  ],
  "expectedBidResponses": [],
  "expectedMakeBidsErrors": [
    {
      "value": "Unexpected status code: 500. Run with request.debug = 1 for more info",
      "comparison": "literal"
    }
  ]
}