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

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

Issue 1833833002: [Findit] Modify build_failure to prepare for new UI. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@0314-result-page
Patch Set: . 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
Index: appengine/findit/handlers/test/result_status_test.py
diff --git a/appengine/findit/handlers/test/result_status_test.py b/appengine/findit/handlers/test/result_status_test.py
index 8fe581b7f08e5b98e91a36024602dd47dab24de5..5e3a9f332a2fa4ff0e85a365668f0a9037563572 100644
--- a/appengine/findit/handlers/test/result_status_test.py
+++ b/appengine/findit/handlers/test/result_status_test.py
@@ -11,6 +11,4 @@ class ResultStatusTest(testing.AppengineTestCase):
def testToStatusMessage(self):
self.assertEqual(
- 'Flaky tests.', result_status.ToStatusMessage(result_status.FLAKY))
-
-
+ 'Flaky tests.', result_status.ToStatusMessage()[result_status.FLAKY])

Powered by Google App Engine
This is Rietveld 408576698