summaryrefslogtreecommitdiffstats
path: root/tests/features/environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features/environment.py')
-rw-r--r--tests/features/environment.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/features/environment.py b/tests/features/environment.py
index b21b9010..6b4d4241 100644
--- a/tests/features/environment.py
+++ b/tests/features/environment.py
@@ -94,7 +94,8 @@ def before_all(context):
os.environ['PGUSER'] = context.conf['user']
os.environ['PGHOST'] = context.conf['host']
os.environ['PGPORT'] = context.conf['port']
- os.environ['PGSERVICEFILE'] = os.path.join(fixture_dir, 'mock_pg_service.conf')
+ os.environ['PGSERVICEFILE'] = os.path.join(
+ fixture_dir, 'mock_pg_service.conf')
if context.conf['pass']:
os.environ['PGPASSWORD'] = context.conf['pass']