| Index: logdog/appengine/coordinator/endpoints/logs/list_test.go
|
| diff --git a/logdog/appengine/coordinator/endpoints/logs/list_test.go b/logdog/appengine/coordinator/endpoints/logs/list_test.go
|
| index cd04e3aee096cd5032a2081c6d3b0012c58ad427..f17c8f5631b81e6de75e381e59be512567d3bfea 100644
|
| --- a/logdog/appengine/coordinator/endpoints/logs/list_test.go
|
| +++ b/logdog/appengine/coordinator/endpoints/logs/list_test.go
|
| @@ -9,11 +9,11 @@ import (
|
| "testing"
|
|
|
| ds "github.com/luci/gae/service/datastore"
|
| - "github.com/luci/luci-go/common/config"
|
| "github.com/luci/luci-go/logdog/api/endpoints/coordinator/logs/v1"
|
| ct "github.com/luci/luci-go/logdog/appengine/coordinator/coordinatorTest"
|
| "github.com/luci/luci-go/logdog/appengine/coordinator/hierarchy"
|
| "github.com/luci/luci-go/logdog/common/types"
|
| + "github.com/luci/luci-go/luci_config/common/cfgtypes"
|
| "golang.org/x/net/context"
|
|
|
| . "github.com/luci/luci-go/common/testing/assertions"
|
| @@ -47,7 +47,7 @@ func TestList(t *testing.T) {
|
|
|
| svc := New()
|
|
|
| - const project = config.ProjectName("proj-foo")
|
| + const project = cfgtypes.ProjectName("proj-foo")
|
|
|
| // Install a set of stock log streams to query against.
|
| for i, v := range []types.StreamPath{
|
|
|