Skip to content

Commit c6c8d93

Browse files
committed
test: archive compression small fix
1 parent 17c1b31 commit c6c8d93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/helpers/ptrack_helpers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def __init__(self, *args, **kwargs):
129129
if self.test_env['PG_PROBACKUP_PARANOIA'] == 'ON':
130130
self.paranoia = True
131131

132+
self.archive_compress = False
132133
if 'ARCHIVE_COMPRESSION' in self.test_env:
133134
if self.test_env['ARCHIVE_COMPRESSION'] == 'ON':
134135
self.archive_compress = True

0 commit comments

Comments
 (0)