{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [{"w": 300, "h": 50}]
        }
      }
    ],
    "site": {
      "domain": "test.com"
    }
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://trends.revcontent.com/rtb?userId=1234&apiKey=abcd",
        "body": {
          "id": "test-request-id",
          "imp": [
            {
              "id":"test-imp-id",
              "banner": {
                "format": [{"w": 300, "h": 50}]
              }
            }
          ],
          "site": {
            "domain": "test.com"
          }
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 500,
        "body": {}
      }
    }
  ],

  "expectedMakeBidsErrors": [
    {
      "comparison": "literal",
      "value": "unexpected status code: 500."
    }
  ]
}
