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

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

Issue 1827903002: [Findit] Modify handlers_util to prepare for the new UI change. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: remove possible flaky tests. Created 4 years, 9 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 | « appengine/findit/handlers/result_status.py ('k') | appengine/findit/handlers/test/handlers_util_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/handlers/swarming_task.py
diff --git a/appengine/findit/handlers/swarming_task.py b/appengine/findit/handlers/swarming_task.py
index 601e789ac1c73b60d8f40b829f8a1bb9f1038b35..7b4aa1c8044b06dcd35cd4201703ee12a7740288 100644
--- a/appengine/findit/handlers/swarming_task.py
+++ b/appengine/findit/handlers/swarming_task.py
@@ -19,7 +19,7 @@ class SwarmingTask(BaseHandler):
if not build_keys: # pragma: no cover
return {'data': {}}
- data = handlers_util.GenerateSwarmingTasksData(*build_keys)
+ data = handlers_util.GetSwarmingTaskInfo(*build_keys)
return {'data': data}
def HandlePost(self): # pragma: no cover
« no previous file with comments | « appengine/findit/handlers/result_status.py ('k') | appengine/findit/handlers/test/handlers_util_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698