diff --git a/tests/test_LdapCherry.py b/tests/test_LdapCherry.py index abe6942..c240d8f 100644 --- a/tests/test_LdapCherry.py +++ b/tests/test_LdapCherry.py @@ -99,7 +99,7 @@ def htmlvalidator(page): if _is_html_error(line): print("################") print("Blocking error: '%s'" % line) - print("all tidy_document errors:" + print("all tidy_document errors:") print(errors) print("################") raise HtmlValidationFailed(line)