{
  "mockBidRequest": {
    "id": "test-request",
    "imp": [
      {
        "id": "test-imp",
        "video": {
          "w": 1920,
          "h": 1080,
          "mimes": [
            "video/mp4"
          ]
        },
        "ext": {
          "bidder": {
            "uid": 1234
          }
        }
      }
    ],
    "app": {
      "bundle": "app-bundle"
    },
    "device": {
      "ip": "123.123.123.123",
      "ua": "ua"
    }
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "method": "POST",
        "uri": "https://test.localhost.com",
        "headers": {
          "Accept": [
            "application/json"
          ],
          "Content-Type": [
            "application/json;charset=utf-8"
          ],
          "X-Openrtb-Version": [
            "2.6"
          ],
          "User-Agent": [
            "ua"
          ],
          "X-Forwarded-For": [
            "123.123.123.123"
          ]
        },
        "body": {
          "id": "test-request",
          "imp": [
            {
              "id": "test-imp",
              "video": {
                "w": 1920,
                "h": 1080,
                "mimes": [
                  "video/mp4"
                ]
              },
              "ext": {
                "bidder": {
                  "uid": 1234
                }
              }
            }
          ],
          "app": {
            "bundle": "app-bundle"
          },
          "device": {
            "ip": "123.123.123.123",
            "ua": "ua"
          }
        },
        "impIDs": [
          "test-imp"
        ]
      },
      "mockResponse": {
        "status": 200,
        "body": "invalid response"
      }
    }
  ],
  "expectedMakeBidsErrors": [
    {
      "value": "Bad Server Response",
      "comparison": "literal"
    }
  ]
}

