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

    "httpCalls": [
      {
        "expectedRequest": {
          "uri": "https://ib.beintoo.com",
          "body": {
            "id": "some_test_auction",
            "imp": [
              {
                "id": "test-imp-id",
                "banner": {
                  "w": 600,
                  "h": 300
                },
                "secure": 0,
                "tagid": "1234567"
              }
            ]
          },
          "impIDs":["test-imp-id"]
        },
        "mockResponse": {
          "status": 500,
          "body": {}
        }
      }
    ],

    "expectedMakeBidsErrors": [
      {
        "value": "Invalid Status Returned: 500. Run with request.debug = 1 for more info",
        "comparison": "literal"
      }
    ]
  }
