summaryrefslogtreecommitdiffstats
path: root/tests/pgdb.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pgdb.py')
-rwxr-xr-xtests/pgdb.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pgdb.py b/tests/pgdb.py
index 12f1cf2..14ffd36 100755
--- a/tests/pgdb.py
+++ b/tests/pgdb.py
@@ -37,6 +37,8 @@ idp_g = {'TEMPLATES': '${TESTDIR}/templates/install',
idp_a = {'hostname': '${ADDRESS}:${PORT}',
'database_url': 'postgresql://@127.0.0.10:45432/%(dbname)s',
+ 'session_type': 'sql',
+ 'session_dburi': 'postgresql://@127.0.0.10:45432/sessions',
'admin_user': '${TEST_USER}',
'system_user': '${TEST_USER}',
'instance': '${NAME}',