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

Unified Diff: logdog/common/viewer/url_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/common/viewer/url.go ('k') | logdog/server/archivist/archivist.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/common/viewer/url_test.go
diff --git a/logdog/common/viewer/url_test.go b/logdog/common/viewer/url_test.go
index 75b7544891bba4cdf0fe284a341d9d9364042d10..82dfcca0188967c653060d66cce55927639ce771 100644
--- a/logdog/common/viewer/url_test.go
+++ b/logdog/common/viewer/url_test.go
@@ -8,8 +8,8 @@ import (
"fmt"
"testing"
- "github.com/luci/luci-go/common/config"
"github.com/luci/luci-go/logdog/common/types"
+ "github.com/luci/luci-go/luci_config/common/cfgtypes"
. "github.com/smartystreets/goconvey/convey"
)
@@ -20,7 +20,7 @@ func TestGetURL(t *testing.T) {
Convey(`Testing viewer URL generation`, t, func() {
for _, tc := range []struct {
host string
- project config.ProjectName
+ project cfgtypes.ProjectName
paths []types.StreamPath
url string
}{
« no previous file with comments | « logdog/common/viewer/url.go ('k') | logdog/server/archivist/archivist.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698