summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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 93d0f17..cbd516b 100755
--- a/tests/helpers/common.py
+++ b/tests/helpers/common.py
@@ -187,7 +187,7 @@ class IpsilonTestBase(object):
self.processes.append(p)
p.wait()
for d in ['adminconfig', 'users', 'transactions', 'sessions',
- 'saml2sessions']:
+ 'saml2.sessions.db']:
cmd = ['/usr/bin/createdb', '-h', addr, '-p', port, d]
subprocess.check_call(cmd, env=env)