summaryrefslogtreecommitdiffstats
path: root/tests/features/steps/step_definitions.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features/steps/step_definitions.py')
-rw-r--r--tests/features/steps/step_definitions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features/steps/step_definitions.py b/tests/features/steps/step_definitions.py
index b6fa69b8..cb2bd8c0 100644
--- a/tests/features/steps/step_definitions.py
+++ b/tests/features/steps/step_definitions.py
@@ -126,7 +126,7 @@ def step_db_connect_test(context):
"""
Send connect to database.
"""
- db_name = context.config.userdata.get('pg_test_db', None)
+ db_name = context.conf['dbname']
context.cli.sendline('\connect {0}'.format(db_name))