From f31030aa1227dbbac19bdb17818e7b4aa8660af1 Mon Sep 17 00:00:00 2001 From: Tobias Block Date: Fri, 12 Jan 2024 05:53:43 +0000 Subject: [PATCH] Fix for tests --- tests/dispatch/test_send.py | 1 + tests/dispatch/test_status.py | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/dispatch/test_send.py b/tests/dispatch/test_send.py index acd15f07..5825c65b 100755 --- a/tests/dispatch/test_send.py +++ b/tests/dispatch/test_send.py @@ -19,6 +19,7 @@ "triggered_rules": "", "mrn": "", "acc": "", + "sender_address": "localhost", "mercure_version": "", "mercure_appliance": "", "mercure_server": "", diff --git a/tests/dispatch/test_status.py b/tests/dispatch/test_status.py index aec0b5c1..91fbbbf1 100755 --- a/tests/dispatch/test_status.py +++ b/tests/dispatch/test_status.py @@ -12,6 +12,7 @@ "triggered_rules": "", "mrn": "", "acc": "", + "sender_address": "localhost", "mercure_version": "", "mercure_appliance": "", "mercure_server": "",