Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 665f5d3

Browse files
author
vshepard
committed
Remove init param
1 parent 6b15b7b commit 665f5d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testgres/plugins/pg_probackup2/pg_probackup2/init_helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ def __init__(self):
202202
self.delete_logs = delete_logs
203203

204204
# s3 params
205-
self.s3_config_file = test_env.get('PG_PROBACKUP_S3_CONFIG_FILE')
206205
self.s3_type = test_env.get('PG_PROBACKUP_S3_TEST')
207206

208207
def test_env(self):

0 commit comments

Comments
 (0)