test: add LDAP_SEARCH_BASE assertion to config test

This commit is contained in:
Oliver Hofmann 2026-04-27 09:31:26 +02:00
parent 60c21b46de
commit 46bde689b5

View File

@ -8,3 +8,4 @@ def test_new_config_fields_have_defaults():
assert s.LDAP_ENABLED is False
assert s.LDAP_SERVER == "gso1.ads1.fh-nuernberg.de"
assert s.LDAP_DOMAIN == "ADS1"
assert "EFI" in s.LDAP_SEARCH_BASE