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

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

Issue 2918563004: Milo: Fix deployment (Closed)
Patch Set: 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
« no previous file with comments | « milo/appengine/frontend/main.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/frontend/main_test.go
diff --git a/milo/appengine/frontend/main_test.go b/milo/appengine/frontend/main_test.go
index 0f78dd842806f974f5e8d5dad5f5fa537a06c43e..a81d3117121f498ffd98b8d9fa36d43b7fff3d6c 100644
--- a/milo/appengine/frontend/main_test.go
+++ b/milo/appengine/frontend/main_test.go
@@ -92,7 +92,7 @@ func TestPages(t *testing.T) {
c = settings.Use(c, settings.New(&settings.MemoryStorage{Expiration: time.Second}))
err := settings.Set(c, "analytics", &analyticsSettings{"UA-12345-01"}, "", "")
So(err, ShouldBeNil)
- c = templates.Use(c, common.GetTemplateBundle())
+ c = templates.Use(c, common.GetTemplateBundle("templates"))
for _, p := range allPackages {
Convey(fmt.Sprintf("Testing handler %q", p.DisplayName), func() {
for _, b := range p.Data() {
« no previous file with comments | « milo/appengine/frontend/main.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698