From 4f602ff69acf90f67c01890e3270044dd58b18fe Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 3 Dec 2022 16:49:29 +0100 Subject: [PATCH] more test weaks --- changedetectionio/tests/test_filter_failure_notification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/tests/test_filter_failure_notification.py b/changedetectionio/tests/test_filter_failure_notification.py index 82d83811f..057ebdcfe 100644 --- a/changedetectionio/tests/test_filter_failure_notification.py +++ b/changedetectionio/tests/test_filter_failure_notification.py @@ -57,7 +57,7 @@ def run_filter_test(client, content_filter): # Just a regular notification setting, this will be used by the special 'filter not found' notification notification_form_data = {"notification_urls": notification_url, "notification_title": "New ChangeDetection.io Notification - {{watch_url}}", - "notification_body": "BASE URL: {{base_url}}" + "notification_body": "BASE URL: {{base_url}}\n" "Watch URL: {{watch_url}}\n" "Watch UUID: {{watch_uuid}}\n" "Watch title: {{watch_title}}\n"