| Index: milo/appengine/frontend/main_test.go
|
| diff --git a/milo/appengine/frontend/main_test.go b/milo/appengine/frontend/main_test.go
|
| index 066f93fe5f09c4bee0cc489836bd5e890d4bb4b6..0f78dd842806f974f5e8d5dad5f5fa537a06c43e 100644
|
| --- a/milo/appengine/frontend/main_test.go
|
| +++ b/milo/appengine/frontend/main_test.go
|
| @@ -20,7 +20,6 @@ import (
|
|
|
| "github.com/luci/gae/impl/memory"
|
| "github.com/luci/luci-go/common/clock/testclock"
|
| - "github.com/luci/luci-go/milo/appengine/buildbot"
|
| "github.com/luci/luci-go/milo/appengine/common"
|
| "github.com/luci/luci-go/milo/appengine/swarming"
|
| "github.com/luci/luci-go/server/auth"
|
| @@ -40,8 +39,8 @@ type testPackage struct {
|
|
|
| var (
|
| allPackages = []testPackage{
|
| - {buildbot.BuildTestData, "buildbot.build", "build.html"},
|
| - {buildbot.BuilderTestData, "buildbot.builder", "builder.html"},
|
| + {buildbotBuildTestData, "buildbot.build", "build.html"},
|
| + {buildbotBuilderTestData, "buildbot.builder", "builder.html"},
|
| {swarming.BuildTestData, "swarming.build", "build.html"},
|
| {swarming.LogTestData, "swarming.log", "log.html"},
|
| {frontpageTestData, "frontpage", "frontpage.html"},
|
|
|