Fix formatting

This commit is contained in:
Matthias
2021-11-29 19:54:54 +01:00
parent 018407852a
commit dfb148f8d7
2 changed files with 6 additions and 3 deletions

View File

@@ -293,6 +293,7 @@ def test__send_msg_with_json_format(default_conf, mocker, caplog):
assert post.call_args[1] == {'json': msg}
def test__send_msg_with_raw_format(default_conf, mocker, caplog):
default_conf["webhook"] = get_webhook_dict()
default_conf["webhook"]["format"] = "raw"