| 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"}})
|
|
|