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

Unified Diff: luci_config/server/cfgclient/backend/testconfig/local_service_test.go

Issue 2643803003: config: Update remote URL handling. (Closed)
Patch Set: Fix "nost" 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 | « luci_config/server/cfgclient/backend/testconfig/local_service.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: luci_config/server/cfgclient/backend/testconfig/local_service_test.go
diff --git a/luci_config/server/cfgclient/backend/testconfig/local_service_test.go b/luci_config/server/cfgclient/backend/testconfig/local_service_test.go
index f293d1fb731341a01f413bc8d8c73967739529dd..ad5595f9e35e8449ba136d98dc9b2f00e944608d 100644
--- a/luci_config/server/cfgclient/backend/testconfig/local_service_test.go
+++ b/luci_config/server/cfgclient/backend/testconfig/local_service_test.go
@@ -85,7 +85,7 @@ func TestLocalService(t *testing.T) {
}
Convey(`Can get the service URL`, func() {
- So(cfgclient.ServiceURL(c), ShouldResemble, url.URL{Scheme: "memory"})
+ So(cfgclient.ServiceURL(c), ShouldResemble, url.URL{Scheme: "test", Host: "example.com"})
})
Convey(`Can get a single config`, func() {
« no previous file with comments | « luci_config/server/cfgclient/backend/testconfig/local_service.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698