You've already forked pg_probackup
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user