{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "w": 728,
          "h": 90
        },
        "ext": {
          "bidder": {
            "srid": "1234"
          }
        }
      }
    ],
    "site": {}
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://endpoint",
        "body": {
          "id": "test-request-id",
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "w": 728,
                "h": 90
              },
              "ext": {
                "bidder": {},
                "prebid": {
                  "storedrequest": {
                    "id": "1234"
                  }
                }
              }
            }
          ],
          "site": {}
        },
        "impIDs": [
          "test-imp-id"
        ]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-request-id",
          "seatbid": {},
          "cur": "USD"
        }
      }
    }
  ],
  "expectedBidResponses": [],
  "expectedMakeBidsErrors": [
    {
      "value": "cannot unmarshal openrtb2.BidResponse.SeatBid: decode slice: expect [ or n, but found {",
      "comparison": "literal"
    }
  ]
}