We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4239e7b commit af1711eCopy full SHA for af1711e
tests/helpers/validators/show_validator.py
@@ -21,8 +21,8 @@ class ShowJsonResultValidator(TestCase):
21
and do not worry about the readability of the error result.
22
"""
23
24
- def __init__(self):
25
- super().__init__()
+ def __init__(self, *args, **kwargs):
+ super().__init__(*args, **kwargs)
26
self.backup_id = None
27
self.parent_backup_id = None
28
self.backup_mode = None
0 commit comments