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

Unified Diff: milo/appengine/buildbot/html.go

Issue 2856273004: Milo: Increase test coverage for appengine/buildbot (Closed)
Patch Set: GoFmt Created 3 years, 7 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: milo/appengine/buildbot/html.go
diff --git a/milo/appengine/buildbot/html.go b/milo/appengine/buildbot/html.go
index 3b1d2b84f08b7ae8d30bc9fedef0563269a0725d..60896fbc0cdf1302b280e1ccd751325644645f16 100644
--- a/milo/appengine/buildbot/html.go
+++ b/milo/appengine/buildbot/html.go
@@ -38,7 +38,7 @@ func BuildHandler(c *router.Context) {
return
}
- result, err := build(c.Context, master, builder, num)
+ result, err := Build(c.Context, master, builder, num)
if err != nil {
var code int
switch err {

Powered by Google App Engine
This is Rietveld 408576698