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

Unified Diff: appengine/findit/handlers/test/monitor_alerts_test.py

Issue 1866883002: [Findit] A huge refactoring and some bug fixing. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Fix nit. Created 4 years, 8 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
Index: appengine/findit/handlers/test/monitor_alerts_test.py
diff --git a/appengine/findit/handlers/test/monitor_alerts_test.py b/appengine/findit/handlers/test/monitor_alerts_test.py
index 865bbb26139ee544f92d8a49370909dcb940e144..830d679565df8add8b7d4d0202f7535dfdeabbe7 100644
--- a/appengine/findit/handlers/test/monitor_alerts_test.py
+++ b/appengine/findit/handlers/test/monitor_alerts_test.py
@@ -6,6 +6,7 @@ import textwrap
import webapp2
+from common import constants
from common.http_client_appengine import RetryHttpClient
from handlers import monitor_alerts
from waterfall import build_failure_analysis_pipelines
@@ -161,7 +162,7 @@ class MonitorAlertsTest(wf_testcase.WaterfallTestCase):
expected_scheduled_analyses = [
('m3', 'b3', 3, ['s3'], False,
- monitor_alerts._BUILD_FAILURE_ANALYSIS_TASKQUEUE),
+ constants.WATERFALL_ANALYSIS_QUEUE),
]
scheduled_analyses = []
« no previous file with comments | « appengine/findit/handlers/test/list_analyses_test.py ('k') | appengine/findit/handlers/test/triage_analysis_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698