From 5fc467c3a45f5c85397b12c1d4d09663d8f15a24 Mon Sep 17 00:00:00 2001 From: Joe Nahmias Date: Wed, 3 Dec 2025 20:03:13 -0500 Subject: [PATCH] apply ldap attribute to LDAPSearchTestCase This enables us to easily skip the tests that require an LDAP server. --- tests/security/test_auth_ldap.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/security/test_auth_ldap.py b/tests/security/test_auth_ldap.py index 630f3f320..5a3c3d6e2 100644 --- a/tests/security/test_auth_ldap.py +++ b/tests/security/test_auth_ldap.py @@ -20,6 +20,9 @@ class LDAPSearchTestCase(unittest.TestCase): + + ldap = True + def setUp(self): # start MockLdap # start Flask