| 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() {
|
|
|