summaryrefslogtreecommitdiffstats
path: root/ipalib/tests/test_crud.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/tests/test_crud.py')
-rw-r--r--ipalib/tests/test_crud.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/tests/test_crud.py b/ipalib/tests/test_crud.py
index df85253b8..9355f237e 100644
--- a/ipalib/tests/test_crud.py
+++ b/ipalib/tests/test_crud.py
@@ -26,11 +26,11 @@ from ipalib import crud, frontend, plugable, config
def get_api():
api = plugable.API(
- config.default_environment(),
frontend.Object,
frontend.Method,
frontend.Property,
)
+ api.env.update(config.generate_env())
class user(frontend.Object):
takes_params = (
'givenname',