(
    pook.get("httpbin.org/get")
    .params({"foo": "bar"})
    .reply(204)
    .json({"error": "simulated"})