From f824790849dc015dc1c005cff46b27a34e6e7e66 Mon Sep 17 00:00:00 2001 From: kakwa Date: Sat, 9 Feb 2019 19:42:48 +0100 Subject: [PATCH] another exception --- tests/test_LdapCherry.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_LdapCherry.py b/tests/test_LdapCherry.py index 1c5066a..69445bc 100644 --- a/tests/test_LdapCherry.py +++ b/tests/test_LdapCherry.py @@ -98,6 +98,7 @@ def _is_html_error(line): r'.*Warning: attribute "id" has invalid value.*', r'.*Warning: proprietary attribute.*', r'.*Warning: attribute "type" has invalid value.*', + r'.*Warning: proprietary attribute.*', ]: if re.match(p, line): return False