{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [{"w": 728, "h": 90}]
        },
        "ext": {
          "bidder": {
            "siteId": "39f43a"
          }
        }
      }
    ]
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://bidder.east2.pubwise.io/bid/pubwisedirect",
        "body": {
          "id": "test-request-id",
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "format": [{"w": 728, "h": 90}]
              },
              "ext": {
                "bidder": {
                  "siteId": "39f43a"
                }
              }
            }
          ]
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 400
      }
    }
  ],
  "expectedMakeBidsErrors": [
    {
      "value": "Unexpected status code: 400. Run with request.debug = 1 for more info",
      "comparison": "literal"
    }
  ]
}
