{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            },
            {
              "w": 300,
              "h": 600
            }
          ]
        },
        "ext": {
          "bidder": {
            "inventoryCode": "aa"
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://tlx.3lift.net/s2s/auction?sra=1&supplier_id=20",
        "body": {
          "id": "test-request-id",
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "format": [
                  {
                    "w": 300,
                    "h": 250
                  },
                  {
                    "w": 300,
                    "h": 600
                  }
                ]
              },
              "tagid": "aa",
              "ext": {
                "bidder": {
                  "inventoryCode": "aa"
                }
              }
            }
          ]
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 302,
        "body": {
          "id": "test-request-id",
          "seatbid": [
            {
              "seat": "958",
              "bid": [
                {
                  "id": "7706636740145184841",
                  "impid": "test-imp-id",
                  "price": 0.5,
                  "adid": "29681110",
                  "adm": "some-test-ad",
                  "adomain": [
                    "triplelift.com"
                  ],
                  "iurl": "http://nym1-ib.adnxs.com/cr?id=29681110",
                  "cid": "958",
                  "crid": "29681110",
                  "h": 250,
                  "w": 300,
                  "ext": {
                    "triplelift_pb": {
                      "format": 2
                    }
                  }
                }
              ]
            }
          ],
          "bidid": "5778926625248726496",
          "cur": "USD"
        }
      }
    }
  ],
  "expectedBidResponses": [],
  "expectedMakeBidsErrors": [
    {
      "value": "Unexpected status code: 302. Run with request.debug = 1 for more info",
      "comparison": "literal"
    }
  ]
}