Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit29a2ebc

Browse files
author
vshepard
committed
tests 2.8.2
1 parent4239e7b commit29a2ebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎tests/helpers/validators/show_validator.py

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp