summaryrefslogtreecommitdiffstats
path: root/tests/test_ipalib/test_crud.py
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2008-10-17 22:55:03 +0200
committerMartin Nagy <mnagy@redhat.com>2008-10-17 23:11:51 +0200
commit3a80297b04d6fbfd2367ec76c5651d20293adccc (patch)
tree8f10d8b3c490dec9b29077ffaa4052bb03c27fea /tests/test_ipalib/test_crud.py
parentae8370be44d95b9f6793ded46ef81126aebef3e0 (diff)
downloadfreeipa-3a80297b04d6fbfd2367ec76c5651d20293adccc.tar.gz
freeipa-3a80297b04d6fbfd2367ec76c5651d20293adccc.tar.xz
freeipa-3a80297b04d6fbfd2367ec76c5651d20293adccc.zip
Reworking Environment, moved it to config.py
Diffstat (limited to 'tests/test_ipalib/test_crud.py')
-rw-r--r--tests/test_ipalib/test_crud.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ipalib/test_crud.py b/tests/test_ipalib/test_crud.py
index d7e6b51f3..9a207cce9 100644
--- a/tests/test_ipalib/test_crud.py
+++ b/tests/test_ipalib/test_crud.py
@@ -40,7 +40,7 @@ class CrudChecker(ClassChecker):
frontend.Method,
frontend.Property,
)
- api.env.update(config.generate_env())
+ config.set_default_env(api.env)
class user(frontend.Object):
takes_params = (
'givenname',