Chromium Code Reviews| Index: PRESUBMIT.py |
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
| index 59619ce3506be5c7fef3c49475e24d619caed94b..55346ac54df7175e3d37b02b91904f09f8af36ca 100644 |
| --- a/PRESUBMIT.py |
| +++ b/PRESUBMIT.py |
| @@ -31,7 +31,7 @@ def CommonChecks(input_api, output_api): |
| # is not whitelisted so only run these on commit. |
| integation_tests = [ |
| r'.*isolateserver_archive_smoke_test\.py$', |
| - r'.*swarm_get_results_smoke_test\.py$', |
| + r'.*swarming_smoke_test\.py$', |
| ] |
| output.extend( |