{
  "mockBidRequest": {
  "id": "test-request-id",
  "imp": [
    {
      "id": "test-imp-id",
      "video": {
        "mimes": [
          "video/mp4",
          "video/3gpp",
          "video/x-ms-wmv"
        ],
        "minduration": 5,
        "maxduration": 30,
        "protocols": [
          4,
          5,
          6,
          8
        ]
      },
      "ext": {
        "bidder": {
          "tagid": "123456"
        }
      }
    }
  ],
  "device": {
    "ua": "test-user-agent",
    "ip": "123.123.123.123",
    "language": "en",
    "dnt": 0
  },
  "site": {
    "domain": "www.publisher.com",
    "page": "http://www.publisher.com/awesome/site"
  },
  "user": {
    "buyeruid": "test_reader_id"
  }
},
  "httpCalls": [
    {
      "expectedRequest":
      {
        "Accept": [
          "application/json"
        ],
        "headers": {
          "Content-Type": [
            "application/json"
          ],
          "User-Agent": [
            "test-user-agent"
          ],
          "X-Forwarded-For": [
            "123.123.123.123"
          ],
          "Accept-Language": [
            "en"
          ],
          "Dnt": [
            "0"
          ],
          "Cookie": [
            "ljt_reader=test_reader_id"
          ]
        },
        "uri": "http://sovrn.com/test/endpoint",
        "body": {
          "id": "test-request-id",
          "imp": [
            {
              "id": "test-imp-id",
              "video": {
                "mimes": [
                  "video/mp4",
                  "video/3gpp",
                  "video/x-ms-wmv"
                ],
                "minduration": 5,
                "maxduration": 30,
                "protocols": [
                  4,
                  5,
                  6,
                  8
                ]
              },
              "tagid": "123456",
              "ext": {
                "bidder": {
                  "tagid": "123456"
                }
              }
            }
          ],
          "site": {
            "domain": "www.publisher.com",
            "page": "http://www.publisher.com/awesome/site"
          },
          "user": {
            "buyeruid": "test_reader_id"
          },
          "device": {
            "ua": "test-user-agent",
            "ip": "123.123.123.123",
            "dnt": 0,
            "language": "en"
          }
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-request-id"
        }
      }
    }
  ],

  "expectedBidResponses": [{}]
}
