Skip to content

Commit af1711e

Browse files
author
vshepard
committed
tests 2.8.2
1 parent 4239e7b commit af1711e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/helpers/validators/show_validator.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ class ShowJsonResultValidator(TestCase):
2121
and do not worry about the readability of the error result.
2222
"""
2323

24-
def __init__(self):
25-
super().__init__()
24+
def __init__(self, *args, **kwargs):
25+
super().__init__(*args, **kwargs)
2626
self.backup_id = None
2727
self.parent_backup_id = None
2828
self.backup_mode = None

0 commit comments

Comments
 (0)