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

Unified Diff: milo/appengine/job_source/swarming/html_test.go

Issue 2944983003: [milo] {buildbucket,buildbot,swarming,logdog} -> backends/*. (Closed)
Patch Set: fix the 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/appengine/job_source/swarming/html_data.go ('k') | milo/appengine/job_source/swarming/memoryClient.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/job_source/swarming/html_test.go
diff --git a/milo/appengine/swarming/html_test.go b/milo/appengine/job_source/swarming/html_test.go
similarity index 96%
rename from milo/appengine/swarming/html_test.go
rename to milo/appengine/job_source/swarming/html_test.go
index eaa8483ed0886b5bd8d99854076413f41506d2fb..16af6a6f7d6b5f0f3fafdf42b958d03ca86ab2a1 100644
--- a/milo/appengine/swarming/html_test.go
+++ b/milo/appengine/job_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/templates"))
c = auth.WithState(c, &authtest.FakeState{Identity: identity.AnonymousIdentity})
Convey(`HTML handler tests`, t, func() {
« no previous file with comments | « milo/appengine/job_source/swarming/html_data.go ('k') | milo/appengine/job_source/swarming/memoryClient.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698