summaryrefslogtreecommitdiffstats
path: root/tests/helpers/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helpers/common.py')
-rwxr-xr-xtests/helpers/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/helpers/common.py b/tests/helpers/common.py
index f3799c4..4cf27f9 100755
--- a/tests/helpers/common.py
+++ b/tests/helpers/common.py
@@ -143,7 +143,7 @@ class IpsilonTestBase(object):
env=env, preexec_fn=os.setsid)
self.processes.append(p)
p.wait()
- for d in ['adminconfig', 'userprefs', 'transactions', 'sessions']:
+ for d in ['adminconfig', 'users', 'transactions', 'sessions']:
cmd = ['/usr/bin/createdb', '-h', addr, '-p', port, d]
subprocess.check_call(cmd, env=env)