1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-09-16 09:26:30 +02:00

tests 2.8.2

This commit is contained in:
vshepard
2024-09-05 16:41:28 +02:00
parent 4239e7bc17
commit 29a2ebca1a

View File

@@ -21,8 +21,8 @@ class ShowJsonResultValidator(TestCase):
and do not worry about the readability of the error result.
"""
def __init__(self):
super().__init__()
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.backup_id = None
self.parent_backup_id = None
self.backup_mode = None