Commit b278ddd9 authored by Mun Yong Jang's avatar Mun Yong Jang Committed by Commit Bot

[presubmit] Remove line

Bug:
Change-Id: Ife9b3eaec3031de1fa4324e345f8e30012ed618a
Reviewed-on: https://chromium-review.googlesource.com/806241
Commit-Queue: Mun Yong Jang <myjang@google.com>
Reviewed-by: 's avatarNodir Turakulov <nodir@chromium.org>
parent ad64abd6
......@@ -1315,4 +1315,3 @@ def CheckChangedLUCIConfigs(input_api, output_api):
out_f = output_api.PresubmitNotifyResult
outputs.append(out_f('Config validation: %s' % msg['text']))
return outputs
......@@ -1800,7 +1800,7 @@ class CannedChecksUnittest(PresubmitTestsBase):
'GetPythonUnitTests', 'GetPylint',
'GetUnitTests', 'GetUnitTestsInDirectory', 'GetUnitTestsRecursively',
'CheckCIPDManifest', 'CheckCIPDPackages',
'CheckChangedLUCIConfigs', 'CheckChangedConfigs',
'CheckChangedLUCIConfigs',
]
# If this test fails, you should add the relevant test.
self.compareMembers(presubmit_canned_checks, members)
......
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