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

Unified Diff: milo/appengine/buildbot/html_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 | « no previous file | milo/appengine/common/middleware.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/buildbot/html_test.go
diff --git a/milo/appengine/buildbot/html_test.go b/milo/appengine/buildbot/html_test.go
index 96cf08a260a78f8acafa01e7d33e95848a197b3e..5fc29750e744f404be7a77163927d577dd73f9b6 100644
--- a/milo/appengine/buildbot/html_test.go
+++ b/milo/appengine/buildbot/html_test.go
@@ -44,7 +44,7 @@ func request(c context.Context, params map[string]string) *router.Context {
func TestHtml(t *testing.T) {
c := memory.UseWithAppID(context.Background(), "dev~luci-milo")
c, _ = testclock.UseTime(c, testclock.TestTimeUTC)
- c = templates.Use(c, common.GetTemplateBundle())
+ c = templates.Use(c, common.GetTemplateBundle("../frontend/templates"))
c = auth.WithState(c, &authtest.FakeState{Identity: identity.AnonymousIdentity})
putDSMasterJSON(c, &buildbotMaster{
Name: "fake",
« no previous file with comments | « no previous file | milo/appengine/common/middleware.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698