mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
API.bootstrap() now calls Env._finalize_core(); updated unit tests
This commit is contained in:
@@ -737,6 +737,7 @@ class API(DictProxy):
|
||||
"""
|
||||
self.__doing('bootstrap')
|
||||
self.env._bootstrap(**overrides)
|
||||
self.env._finalize_core(**dict(constants.DEFAULT_CONFIG))
|
||||
|
||||
def load_plugins(self, dry_run=False):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user