Skip to content

Commit cc0c646

Browse files
committed
Update pylint disable for newer pylint
1 parent 43b3ffc commit cc0c646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tcms_api/plugin_helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ def add_test_case_to_run(self, case_id, run_id):
575575
result = [result]
576576
return result
577577

578-
# pylint: disable=too-many-arguments
578+
# pylint: disable=too-many-arguments,too-many-positional-arguments
579579
def update_test_execution(
580580
self,
581581
test_execution_id,

0 commit comments

Comments
 (0)