summaryrefslogtreecommitdiffstats
path: root/testing/legion/examples/http_example/http_test.py
diff options
context:
space:
mode:
authorSteven Holte <holte@google.com>2015-09-08 17:07:19 -0700
committerSteven Holte <holte@google.com>2015-09-09 00:09:04 +0000
commit2d8d0e8d7c75b73649de2c79a2c4ddadf9585522 (patch)
tree61010d0f483ca958f8f72ee6889ff496ea48dfc2 /testing/legion/examples/http_example/http_test.py
parenta3b1e30c365c1a8c9ca659943349aedd603ef5f4 (diff)
downloadchromium_src-2d8d0e8d7c75b73649de2c79a2c4ddadf9585522.zip
chromium_src-2d8d0e8d7c75b73649de2c79a2c4ddadf9585522.tar.gz
chromium_src-2d8d0e8d7c75b73649de2c79a2c4ddadf9585522.tar.bz2
Pretty print field trials
BUG= R=felt@chromium.org Review URL: https://codereview.chromium.org/1308693013 Cr-Commit-Position: refs/heads/master@{#347841}
Diffstat (limited to 'testing/legion/examples/http_example/http_test.py')
-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,