From b3029e97b48d4b35f596c58a90c0b677d48cc282 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 26 Mar 2026 18:37:34 +0100 Subject: [PATCH] oops --- changedetectionio/tests/test_errorhandling.py | 4 ++-- changedetectionio/tests/test_notification_errors.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changedetectionio/tests/test_errorhandling.py b/changedetectionio/tests/test_errorhandling.py index 8ca5b58d2..65cfcda59 100644 --- a/changedetectionio/tests/test_errorhandling.py +++ b/changedetectionio/tests/test_errorhandling.py @@ -76,7 +76,7 @@ def test_DNS_errors(client, live_server, measure_memory_usage, datastore_path): b"nodename nor servname provided" in res.data or b"Temporary failure in name resolution" in res.data or b"Failed to establish a new connection" in res.data or - b"Connection error occurred" in res.dataa or + b"Connection error occurred" in res.data or b"net::ERR_NAME_NOT_RESOLVED" in res.data ) assert found_name_resolution_error @@ -133,7 +133,7 @@ def test_low_level_errors_clear_correctly(client, live_server, measure_memory_us b"nodename nor servname provided" in res.data or b"Temporary failure in name resolution" in res.data or b"Failed to establish a new connection" in res.data or - b"Connection error occurred" in res.dataa or + b"Connection error occurred" in res.data or b"net::ERR_NAME_NOT_RESOLVED" in res.data ) assert not found_name_resolution_error diff --git a/changedetectionio/tests/test_notification_errors.py b/changedetectionio/tests/test_notification_errors.py index fa3ca46d4..71274480e 100644 --- a/changedetectionio/tests/test_notification_errors.py +++ b/changedetectionio/tests/test_notification_errors.py @@ -71,7 +71,7 @@ def test_check_notification_error_handling(client, live_server, measure_memory_u b"nodename nor servname provided" in res.data or b"Temporary failure in name resolution" in res.data or b"Failed to establish a new connection" in res.data or - b"Connection error occurred" in res.dataa or + b"Connection error occurred" in res.data or b"net::ERR_NAME_NOT_RESOLVED" in res.data ) assert found_name_resolution_error