Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1152)

Unified Diff: appengine/findit/handlers/monitor_alerts.py

Issue 2203643002: [Findit] Use new mock for unittests. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@0708-pipeline-refactor
Patch Set: rebase Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | appengine/findit/handlers/test/monitor_alerts_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/handlers/monitor_alerts.py
diff --git a/appengine/findit/handlers/monitor_alerts.py b/appengine/findit/handlers/monitor_alerts.py
index 7ff10fddf1f7e035bc853928643ce40b9130b969..ffcc7b2d1697f3b747df94d3697172f9e9697b58 100644
--- a/appengine/findit/handlers/monitor_alerts.py
+++ b/appengine/findit/handlers/monitor_alerts.py
@@ -85,7 +85,6 @@ class MonitorAlerts(BaseHandler):
def HandleGet(self):
build_failures = _GetLatestBuildFailures(self.HTTP_CLIENT)
-
for build_failure in build_failures:
build_failure_analysis_pipelines.ScheduleAnalysisIfNeeded(
build_failure['master_name'],
« no previous file with comments | « no previous file | appengine/findit/handlers/test/monitor_alerts_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698