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

Unified Diff: logdog/server/collector/utils_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
« no previous file with comments | « logdog/server/collector/coordinator/coordinator.go ('k') | logdog/server/service/config/config.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/server/collector/utils_test.go
diff --git a/logdog/server/collector/utils_test.go b/logdog/server/collector/utils_test.go
index 3cb67817faf3204fccad7030eb178a7b8c553d62..817a05c21e72452f6770b0a75cf88c5820902dcc 100644
--- a/logdog/server/collector/utils_test.go
+++ b/logdog/server/collector/utils_test.go
@@ -15,13 +15,13 @@ import (
"sync"
"github.com/luci/luci-go/common/clock"
- "github.com/luci/luci-go/common/config"
"github.com/luci/luci-go/common/proto/google"
"github.com/luci/luci-go/logdog/api/logpb"
"github.com/luci/luci-go/logdog/client/butlerproto"
"github.com/luci/luci-go/logdog/common/storage"
"github.com/luci/luci-go/logdog/common/types"
cc "github.com/luci/luci-go/logdog/server/collector/coordinator"
+ "github.com/luci/luci-go/luci_config/common/cfgtypes"
"golang.org/x/net/context"
)
@@ -295,7 +295,7 @@ func shouldHaveStoredStream(actual interface{}, expected ...interface{}) string
// Load all entries for this stream.
req := storage.GetRequest{
- Project: config.ProjectName(project),
+ Project: cfgtypes.ProjectName(project),
Path: types.StreamPath(name),
}
« no previous file with comments | « logdog/server/collector/coordinator/coordinator.go ('k') | logdog/server/service/config/config.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698