{
  "mockBidRequest": {
    "id": "nurl-video",
    "imp": [
      {
        "id": "video1",
        "ext": {
          "bidder": {
            "videoResponseType": "nurl",
            "bidfloor": 0.01,
            "appId": "videoAppId1"
          }
        },
        "video": {
          "mimes": [
            "video/mp4"
          ],
          "context": "instream",
          "w": 300,
          "h": 250
        }
      }
    ],
    "site": {
      "page": "http://example.com/whatever/something.html"
    },
    "device": {
      "ip": "255.255.255.255"
    }
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://qa.beachrtb.com/bid.json?exchange_id=videoAppId1&prebidserver",
        "body": {
          "id": "nurl-video",
          "isPrebid": true,
          "imp": [
            {
              "video": {
                "w": 300,
                "h": 250,
                "mimes": [
                  "video/mp4"
                ]
              },
              "id": "video1",
              "secure": 0
            }
          ],
          "site": {
            "page": "http://example.com/whatever/something.html",
            "domain": "example.com"
          },
          "device": {
            "devicetype": 2,
            "ip": "255.255.255.255"
          },
          "cur": [
            "USD"
          ]
        },
        "impIDs":["video1"]
      },
      "mockResponse": {
        "status": 500,
        "body": ""
      }
    }
  ],

  "expectedMakeBidsErrors": [
    {
      "value": "server error status code 500 from https://qa.beachrtb.com/bid.json?exchange_id=videoAppId1&prebidserver. Run with request.debug = 1 for more info",
      "comparison": "literal"
    }
  ]
}
