{
  "mockBidRequest": {
    "id": "test-request-id",
    "site": {
      "page": "prebid.org"
    },
    "device": {
      "ip":"238.89.104.156"
    },
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 50
            }
          ]
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://an.epom.com/ortb",
        "headers": {
          "Accept": [
            "application/json"
          ],
          "Content-Type": [
            "application/json;charset=utf-8"
          ]
        },
        "body": {
          "id": "test-request-id",
          "site": {
            "page": "prebid.org"
          },
          "device": {
            "ip":"238.89.104.156"
          },
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "format": [
                  {
                    "w": 300,
                    "h": 50
                  }
                ]
              }
            }
          ]
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-request-id",
          "cur": "USD"
        }
      }
    }
  ],
  "expectedMakeBidsErrors": [
    {
      "value": "No bids in response",
      "comparison": "literal"
    }
  ]
}
