Chromium Code Reviews| Index: appengine/findit/common/waterfall/failure_type.py |
| diff --git a/appengine/findit/common/waterfall/failure_type.py b/appengine/findit/common/waterfall/failure_type.py |
| index c95c0174bc26be716c5f1a745c3bd81e2e804378..1c454ae95bcacd453145420e7411ca9e272c0dc4 100644 |
| --- a/appengine/findit/common/waterfall/failure_type.py |
| +++ b/appengine/findit/common/waterfall/failure_type.py |
| @@ -13,6 +13,6 @@ def GetDescriptionForFailureType(failure_type): # pragma: no cover. |
| UNKNOWN: 'unknown', |
| INFRA: 'infra', |
| COMPILE: 'compile', |
| - TEST: 'test', |
| + TEST: 'test' |
| } |
| return description.get(failure_type, 'No description for %s' % failure_type) |