{
  "mockBidRequest": {
    "id": "some_test_ad",
    "site": {
      "page": "https://some.domain.us/some/page.html"
    },
    "imp": [
      {
        "bidfloor": 0.02,
        "id": "looser",
        "video":{
          "mimes":[
            "video/mp4"
          ],
          "context":"instream",
          "w":300,
          "h":250
        },
        "ext": {
          "bidder": {
            "some": "other thing",
            "bidfloor": "One MILLION dollars, ha, ha ha, ha, ha ha!",
            "appId": {
              "not": "the object",
              "you": "were looking for"
            }
          }
        }
      }
    ]
  },



  "expectedMakeRequestsErrors": [
    {
      "value": "ignoring imp id=looser, error while decoding extImpBeachfront, err: cannot unmarshal openrtb_ext.ExtImpBeachfront.BidFloor: invalid number",
      "comparison": "literal"
    }
  ]
}
