diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/pgdb.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pgdb.py b/tests/pgdb.py index 78800ff..f9be5f0 100755 --- a/tests/pgdb.py +++ b/tests/pgdb.py @@ -27,6 +27,7 @@ idp_a = {'hostname': '${ADDRESS}:${PORT}', 'admin_user': '${TEST_USER}', 'system_user': '${TEST_USER}', 'instance': '${NAME}', + 'openid': 'False', 'secure': 'no', 'testauth': 'yes', 'pam': 'no', |