diff --git a/tests/helpers/validators/show_validator.py b/tests/helpers/validators/show_validator.py index d7df177a..ac5a9d8e 100644 --- a/tests/helpers/validators/show_validator.py +++ b/tests/helpers/validators/show_validator.py @@ -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