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

Unified Diff: milo/appengine/frontend/main_test.go

Issue 2818563002: Milo: ACLs for internal swarm jobs (Closed)
Patch Set: Created 3 years, 8 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/frontend/main_test.go
diff --git a/milo/appengine/frontend/main_test.go b/milo/appengine/frontend/main_test.go
index bbb0ce22dd812b220b0d7c31e9f90f87f75280ad..7a492893cfd7366c99d3eff03e20a51a02b68c6a 100644
--- a/milo/appengine/frontend/main_test.go
+++ b/milo/appengine/frontend/main_test.go
@@ -105,7 +105,6 @@ func TestPages(t *testing.T) {
}
Convey("Testing basic rendering.", t, func() {
- // Load all the bundles.
c := context.Background()
c = memory.Use(c)
c = common.WithRequest(c, &http.Request{URL: &url.URL{Path: "/foobar"}})

Powered by Google App Engine
This is Rietveld 408576698