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

Unified Diff: dashboard/dashboard/pinpoint/handlers/jobs_test.py

Issue 3004223002: [pinpoint] Abbreviated Job dict for the Jobs listing page. (Closed)
Patch Set: Tests Created 3 years, 3 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 | « dashboard/dashboard/pinpoint/handlers/jobs.py ('k') | dashboard/dashboard/pinpoint/models/job.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/pinpoint/handlers/jobs_test.py
diff --git a/dashboard/dashboard/pinpoint/handlers/jobs_test.py b/dashboard/dashboard/pinpoint/handlers/jobs_test.py
index 65d71122c7635ad79dfd441160c35da74ed87523..112af37dc384f84489ba401b1c10355817595979 100644
--- a/dashboard/dashboard/pinpoint/handlers/jobs_test.py
+++ b/dashboard/dashboard/pinpoint/handlers/jobs_test.py
@@ -46,4 +46,4 @@ class JobsTest(unittest.TestCase):
self.assertEqual(1, data['jobs_count'])
self.assertEqual(1, len(data['jobs_list']))
- self.assertEqual(job.AsDict(), data['jobs_list'][0])
+ self.assertEqual(job.StatusDict(), data['jobs_list'][0])
« no previous file with comments | « dashboard/dashboard/pinpoint/handlers/jobs.py ('k') | dashboard/dashboard/pinpoint/models/job.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698