diff --git a/changedetectionio/tests/test_backend.py b/changedetectionio/tests/test_backend.py index 29bdbaf0..bed1d5cb 100644 --- a/changedetectionio/tests/test_backend.py +++ b/changedetectionio/tests/test_backend.py @@ -105,6 +105,8 @@ def test_check_basic_change_detection_functionality(client, live_server): res = client.get(url_for("preview_page", uuid="first")) assert b'' not in res.data + res = client.get(url_for("preview_page", uuid="first")) + assert b'Some initial text' in res.data # # Cleanup everything