diff --git a/changedetectionio/templates/watch-overview.html b/changedetectionio/templates/watch-overview.html
index 57cdbe37..bf222dbf 100644
--- a/changedetectionio/templates/watch-overview.html
+++ b/changedetectionio/templates/watch-overview.html
@@ -50,7 +50,7 @@
{{watch.title if watch.title is not none and watch.title|length > 0 else watch.url}}
- {%if watch.fetch_backend == "html_webdriver" %} {% endif %}
+ {%if watch.fetch_backend == "html_webdriver" %} {% endif %}
{% if watch.last_error is defined and watch.last_error != False %}
{{ watch.last_error }}
diff --git a/requirements.txt b/requirements.txt
index 6d74be41..56dbcc9e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -34,3 +34,5 @@ lxml
# 3.141 was missing socksVersion, 3.150 was not in pypi, so we try 4.1.0
selenium ~= 4.1.0
+pytest ~=6.2
+pytest-flask ~=1.2
|