Set proper log-level for test

This commit is contained in:
Matthias
2023-12-21 19:20:27 +01:00
parent 3676514ba6
commit 0e14dd6190

View File

@@ -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"]