diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py index e049c0431..ef6b7c083 100644 --- a/presubmit_canned_checks.py +++ b/presubmit_canned_checks.py @@ -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 - diff --git a/tests/presubmit_unittest.py b/tests/presubmit_unittest.py index 6c982e9e8..099a226f0 100755 --- a/tests/presubmit_unittest.py +++ b/tests/presubmit_unittest.py @@ -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)