{
  "mockBidRequest": {
    "id": "test-request-id",
    "site": {
      "page": "https://publisher.com/url"
    },
    "user": {
      "buyerUid": "123"
    },
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 150
            }
          ]
        },
        "ext": {
          "bidder": {
            "placementId": "2eb6bd58-865c-47ce-af7f-a918108c3fd2",
            "debug": {
              "testLog": true
            }
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://bid.videostep.com/bid/ServerBidAdContent",
        "body": {
          "BidParamsJson": "{\"PlacementIds\":[\"2eb6bd58-865c-47ce-af7f-a918108c3fd2\"],\"BidVersion\":\"4\",\"Properties\":{\"2eb6bd58-865c-47ce-af7f-a918108c3fd2\":{\"Formats\":[{\"w\":300,\"h\":150}],\"ImpId\":\"test-imp-id\"}}}",
          "Bvid": "",
          "Gdpr": true,
          "GdprConsent": "",
          "Height": "",
          "IsAmp": false,
          "Kw": "",
          "Lid": "123",
          "Location": "https://publisher.com/url",
          "IsTestBid": false,
          "InvibBVLog": true,
          "VideoAdDebug": true,
          "Width": ""
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 500
      }
    }
  ],
  "expectedMakeBidsErrors": [
    {
      "value": "Unexpected status code: 500.",
      "comparison": "literal"
    }
  ]
}
