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

Unified Diff: dashboard/dashboard/pinpoint/models/quest/find_isolate_test.py

Issue 3008293002: [pinpoint] Show status for every Execution. (Closed)
Patch Set: unit 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
Index: dashboard/dashboard/pinpoint/models/quest/find_isolate_test.py
diff --git a/dashboard/dashboard/pinpoint/models/quest/find_isolate_test.py b/dashboard/dashboard/pinpoint/models/quest/find_isolate_test.py
index d961323a11a79402ad28655120ccad33d4be49a9..fc95ef62a07e18cb0be25cab87ef1a7ab5705079 100644
--- a/dashboard/dashboard/pinpoint/models/quest/find_isolate_test.py
+++ b/dashboard/dashboard/pinpoint/models/quest/find_isolate_test.py
@@ -70,7 +70,7 @@ class IsolateLookupTest(_FindIsolateTest):
{
'completed': True,
'exception': None,
- 'build': None,
+ 'details': {'build': None},
'result_arguments': {'isolate_hash': u'7c7e90be'},
'result_values': (),
},
« no previous file with comments | « dashboard/dashboard/pinpoint/models/quest/execution.py ('k') | dashboard/dashboard/pinpoint/models/quest/read_value.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698