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

Unified Diff: logdog/appengine/coordinator/endpoints/logs/list_test.go

Issue 2626433004: Move "common/config" common types into cfgtypes. (Closed)
Patch Set: Created 3 years, 11 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
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{
« no previous file with comments | « logdog/appengine/coordinator/endpoints/logs/get_test.go ('k') | logdog/appengine/coordinator/endpoints/logs/query_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698