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

Unified Diff: logdog/appengine/coordinator/endpoints/logs/query_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/query_test.go
diff --git a/logdog/appengine/coordinator/endpoints/logs/query_test.go b/logdog/appengine/coordinator/endpoints/logs/query_test.go
index 6fcdc6be715e9f103c8310447f712bb18065786f..84635d7eb10e90b10659f44e54276cfe40b5e093 100644
--- a/logdog/appengine/coordinator/endpoints/logs/query_test.go
+++ b/logdog/appengine/coordinator/endpoints/logs/query_test.go
@@ -12,13 +12,13 @@ import (
"github.com/luci/gae/filter/featureBreaker"
ds "github.com/luci/gae/service/datastore"
- "github.com/luci/luci-go/common/config"
"github.com/luci/luci-go/common/errors"
"github.com/luci/luci-go/common/proto/google"
"github.com/luci/luci-go/logdog/api/endpoints/coordinator/logs/v1"
"github.com/luci/luci-go/logdog/api/logpb"
ct "github.com/luci/luci-go/logdog/appengine/coordinator/coordinatorTest"
"github.com/luci/luci-go/logdog/common/types"
+ "github.com/luci/luci-go/luci_config/common/cfgtypes"
. "github.com/luci/luci-go/common/testing/assertions"
. "github.com/smartystreets/goconvey/convey"
@@ -66,7 +66,7 @@ func TestQuery(t *testing.T) {
var svrBase server
svr := newService(&svrBase)
- const project = config.ProjectName("proj-foo")
+ const project = cfgtypes.ProjectName("proj-foo")
// Stock query request, will be modified by each test.
req := logdog.QueryRequest{
« no previous file with comments | « logdog/appengine/coordinator/endpoints/logs/list_test.go ('k') | logdog/appengine/coordinator/endpoints/logs/service.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698