Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 29a2ebc

Browse filesBrowse files
author
vshepard
committed
tests 2.8.2
1 parent 4239e7b commit 29a2ebc
Copy full SHA for 29a2ebc

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎tests/helpers/validators/show_validator.py

Copy file name to clipboardExpand all lines: tests/helpers/validators/show_validator.py
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.