Skip to content

Commit

Permalink
tests 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vshepard committed Sep 5, 2024
1 parent 4239e7b commit af1711e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/helpers/validators/show_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af1711e

Please sign in to comment.