root: allow .mo files for backend

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-11-23 19:09:29 +01:00
parent 9835785864
commit 1b4a14f3ee
4 changed files with 104 additions and 95 deletions

View File

@ -67,7 +67,6 @@ class TestProviderLDAP(SeleniumTestCase):
_config=asdict(OutpostConfig(log_level="debug")),
)
outpost.providers.add(ldap)
outpost.save()
self.ldap_container = self.start_ldap(outpost)