summaryrefslogtreecommitdiffstats
path: root/testing/legion
diff options
context:
space:
mode:
Diffstat (limited to 'testing/legion')
-rw-r--r--testing/legion/examples/http_example/http_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/legion/examples/http_example/http_test.py b/testing/legion/examples/http_example/http_test.py
index 9b729ac..789bcf3 100644
--- a/testing/legion/examples/http_example/http_test.py
+++ b/testing/legion/examples/http_example/http_test.py
@@ -33,6 +33,7 @@ class HttpTest(legion_test_case.TestCase):
def CreateTask(cls, name, task_hash, os_type):
"""Create a new task."""
#pylint: disable=unexpected-keyword-arg,no-value-for-parameter
+ #pylint: disable=arguments-differ
task = super(HttpTest, cls).CreateTask(
name=name,
isolated_hash=task_hash,