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

Unified Diff: milo/build_source/buildbot/html_test.go

Issue 2955783002: [milo] fix tests on windows. (Closed)
Patch Set: fix the other tests Created 3 years, 6 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/build_source/swarming/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/build_source/buildbot/html_test.go
diff --git a/milo/build_source/buildbot/html_test.go b/milo/build_source/buildbot/html_test.go
index b496b7101b836d74276e8a2f6fabbf76ed38f595..4804faab89408696996f5a23c004f5447ffd27c7 100644
--- a/milo/build_source/buildbot/html_test.go
+++ b/milo/build_source/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("../../frontend/templates"))
+ c = templates.Use(c, common.GetTemplateBundle("../../frontend/appengine/templates"))
c = auth.WithState(c, &authtest.FakeState{Identity: identity.AnonymousIdentity})
putDSMasterJSON(c, &buildbotMaster{
Name: "fake",
« no previous file with comments | « no previous file | milo/build_source/swarming/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698