{
    "mockBidRequest": {
      "id": "some_test_auction",
      "imp": [
        {
          "id": "test-imp-id",
          "banner": {
            "w": 600,
            "h": 300
          },
          "ext": {
            "bidder": {
              "siteId": "123"
            }
          }
        }
      ]
    },

    "httpCalls": [
      {
        "expectedRequest": {
          "uri": "//host",
          "body": {
            "id": "some_test_auction",
            "imp": [
              {
                "id": "test-imp-id",
                "banner": {
                  "w": 600,
                  "h": 300
                },
                "ext": {
                  "siteId": "123"
                }
              }
            ]
          },
          "impIDs":["test-imp-id"]
        },
        "mockResponse": {
          "status": 500,
          "body": {}
        }
      }
    ],

    "expectedMakeBidsErrors": [
      {
        "value": "Unexpected status code: 500. Run with request.debug = 1 for more info.",
        "comparison": "literal"
      }
    ]
  }
