diff options
Diffstat (limited to 'tests/helpers/common.py')
-rwxr-xr-x | tests/helpers/common.py | 2 |
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) |