diff --git a/tests/rpc/test_rpc_webhook.py b/tests/rpc/test_rpc_webhook.py index 36b96ace5..4646f1384 100644 --- a/tests/rpc/test_rpc_webhook.py +++ b/tests/rpc/test_rpc_webhook.py @@ -331,6 +331,7 @@ def test_send_msg_webhook(default_conf, mocker): def test_exception_send_msg(default_conf, mocker, caplog): + caplog.set_level(logging.DEBUG) default_conf["webhook"] = get_webhook_dict() del default_conf["webhook"]["entry"] del default_conf["webhook"]["webhookentry"]