Commit 74293408 authored by Jérome Perrin's avatar Jérome Perrin

test_result: fix a pylint warning

parent c61340e1
Pipeline #11518 failed with stage
in 0 seconds
......@@ -534,7 +534,7 @@ class TestTaskDistribution(TaskDistributionTestCase):
"""
We will check the method createTestResult of distributor
"""
test_node, = self._createTestNode()
test_node, = self._createTestNode() # pylint:disable=unbalanced-tuple-unpacking
self.tic()
test_result_path, revision = self._createTestResult()
self.assertEqual("r0=a,r1=a", revision)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment