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

Unified Diff: milo/build_source/swarming/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 | « milo/build_source/swarming/README.md ('k') | milo/frontend/appengine/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/build_source/swarming/html_test.go
diff --git a/milo/build_source/swarming/html_test.go b/milo/build_source/swarming/html_test.go
index dc184097d70ab60b65ecdb96aff591802de399b9..f8aba6a4872e6337a70a52f0fbbbbd1cb6a9bbe7 100644
--- a/milo/build_source/swarming/html_test.go
+++ b/milo/build_source/swarming/html_test.go
@@ -41,7 +41,7 @@ func requestCtx(c context.Context, params ...httprouter.Param) *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})
Convey(`HTML handler tests`, t, func() {
« no previous file with comments | « milo/build_source/swarming/README.md ('k') | milo/frontend/appengine/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698