{
    "mockBidRequest": {
      "id": "test-request-id",
      "imp": [
        {
          "id": "test-imp-id",
          "video": {
            "w": 100
          },
          "ext": {
            "bidder": {
              "ci": "12345",
              "adunit_code": "test_adunitcode_nosize"
            }
          }
        }
      ]
    },
  
    "httpCalls": [
      {
        "expectedRequest": {
          "uri": "http://rtb.e-planning.net/pbs/1/12345/1/FILE/ROS?e=video_640x480_0%3A640x480%3B1&ncb=1&ur=FILE&vctx=2&vv=3",
          "body": {},
          "impIDs": ["test-imp-id"]
        },
        "mockResponse": {
          "status": 200,
          "body": {
            "sI": { "k": "12345" },
            "sec": "ROS",
            "sp": [
              {
                "k": "video_640x480_0",
                "a": [{
                  "i": "123456789abcdef",
                  "pr": "0.5",
                  "adm": "<VAST>test</VAST>",
                  "crid": "abcdef123456789",
                  "id": "adid12345",
                  "w": 640,
                  "h": 480
                }]
              }
            ]
          }
        }
      }
    ],
  
    "expectedBidResponses": [
      {
        "currency": "USD",
        "bids": [
          {
            "bid": {
              "id": "123456789abcdef",
              "impid": "test-imp-id",
              "price": 0.5,
              "adm": "<VAST>test</VAST>",
              "adid": "adid12345",
              "crid": "abcdef123456789",
              "w": 640,
              "h": 480
            },
            "type": "video"
          }
        ]
      }
    ]
  }
  
