summaryrefslogtreecommitdiffstats
path: root/tests/pgdb.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pgdb.py')
-rwxr-xr-xtests/pgdb.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pgdb.py b/tests/pgdb.py
index 14ffd36..a738052 100755
--- a/tests/pgdb.py
+++ b/tests/pgdb.py
@@ -36,6 +36,7 @@ idp_g = {'TEMPLATES': '${TESTDIR}/templates/install',
idp_a = {'hostname': '${ADDRESS}:${PORT}',
+ 'users_dburi': 'postgresql://@127.0.0.10:45432/users',
'database_url': 'postgresql://@127.0.0.10:45432/%(dbname)s',
'session_type': 'sql',
'session_dburi': 'postgresql://@127.0.0.10:45432/sessions',